Overview Schemas Index

SYSTEMS_ENGINEERING_REPRESENTATION_SCHEMA (jsdai.SSystems_engineering_representation_schema)


ENTITY description_text_assignment;
          ABSTRACT SUPERTYPE;
          description : description_text;
END_ENTITY; -- description_text_assignment

Entity data types and their attributes

description_text_assignment
          description: description_text;

Known subtypes

          applied_description_text_assignment (DESCRIPTION_ASSIGNMENT_MIM)

Users

description_text_assignment

Global rules for this entity data type

          -

public interface EDescription_text_assignment extends EEntity

description (explicit attribute)

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

public class CDescription_text_assignment implements EDescription_text_assignment

          static EAttribute attributeDescription(EDescription_text_assignment type)
          static int usedinDescription(EDescription_text_assignment type, EDescription_text instance, ASdaiModel domain, ADescription_text_assignment result)

public class ADescription_text_assignment extends AEntity

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