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
          description_text_assignment.description

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)