ENTITY state_type_role; name : label; description : OPTIONAL text; END_ENTITY; -- state_type_role |
Entity data types and their attributesstate_type_rolename: label; (OPT) description: text; |
applied_state_definition_armx (STATE_DEFINITION_XIM) |
Global rules for this entity data type- |
public interface EState_type_role extends EEntityname (explicit attribute)boolean testName(EState_type_role type)String getName(EState_type_role type) void setName(EState_type_role type, String value) void unsetName(EState_type_role type) description (explicit attribute)boolean testDescription(EState_type_role type)String getDescription(EState_type_role type) void setDescription(EState_type_role type, String value) void unsetDescription(EState_type_role type) |
public class CState_type_role implements EState_type_rolestatic EAttribute attributeName(EState_type_role type)static EAttribute attributeDescription(EState_type_role type) |
public class AState_type_role extends AEntitypublic EState_type_role getByIndex(int index)public EState_type_role getCurrentMember(SdaiIterator it) |