Overview Schemas Index

SYSTEMS_ENGINEERING_REPRESENTATION_SCHEMA (jsdai.SSystems_engineering_representation_schema)


ENTITY description_text;
          description : text;
END_ENTITY; -- description_text

Entity data types and their attributes

description_text
          description: text;

Users

description_text
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              syse_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              sbb_classification_item
          description_text_assignment.description
          issue_reference_mapping.items
                    issue_reference_item
                              syse_issue_reference_item
          justification_item_group_assignment.items
                    justification_item
                              sysm_justification_item

Global rules for this entity data type

          -

public interface EDescription_text extends EEntity

description (explicit attribute)

          boolean testDescription(EDescription_text type)
          String getDescription(EDescription_text type)
          void setDescription(EDescription_text type, String value)
          void unsetDescription(EDescription_text type)

public class CDescription_text implements EDescription_text

          static EAttribute attributeDescription(EDescription_text type)

public class ADescription_text extends AEntity

          public EDescription_text getByIndex(int index)
          public EDescription_text getCurrentMember(SdaiIterator it)