ENTITY component_group_external_reference SUBTYPE OF (representation); name_x : STRING; associated_definition : STRING; DERIVE SELF\representation.items : SET [1:?] OF representation_item := ?; SELF\representation.context_of_items : representation_context := ?; UNIQUE ur1 : name, associated_definition; END_ENTITY; -- component_group_external_reference |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; component_group_external_reference name_x: STRING; associated_definition: STRING; (RT) (DER) items: SET [1:?] OF representation_item; (RT) (DER) context_of_items: representation_context; |
Global rules for this entity data type- |
public interface EComponent_group_external_reference extends ERepresentationname_x (explicit attribute)boolean testName_x(EComponent_group_external_reference type)String getName_x(EComponent_group_external_reference type) void setName_x(EComponent_group_external_reference type, String value) void unsetName_x(EComponent_group_external_reference type) associated_definition (explicit attribute)boolean testAssociated_definition(EComponent_group_external_reference type)String getAssociated_definition(EComponent_group_external_reference type) void setAssociated_definition(EComponent_group_external_reference type, String value) void unsetAssociated_definition(EComponent_group_external_reference type) |
public class CComponent_group_external_reference implements EComponent_group_external_referencestatic EAttribute attributeName_x(EComponent_group_external_reference type)static EAttribute attributeAssociated_definition(EComponent_group_external_reference type) static EAttribute attributeItems(EComponent_group_external_reference type) static int usedinItems(EComponent_group_external_reference type, ERepresentation_item instance, ASdaiModel domain, AComponent_group_external_reference result) static EAttribute attributeContext_of_items(EComponent_group_external_reference type) static int usedinContext_of_items(EComponent_group_external_reference type, ERepresentation_context instance, ASdaiModel domain, AComponent_group_external_reference result) |
public class AComponent_group_external_reference extends AEntitypublic EComponent_group_external_reference getByIndex(int index)public EComponent_group_external_reference getCurrentMember(SdaiIterator it) |