ENTITY person_and_organization_role; name : label; DERIVE description : text := get_description_value(SELF); WHERE wr1: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1; END_ENTITY; -- person_and_organization_role |
Entity data types and their attributesperson_and_organization_rolename: label; (DER) description: text; |
Global rules for this entity data typedependent_instantiable_person_and_organization_role (AUTOMOTIVE_DESIGN)restrict_multi_language_for_person_and_organization_role (AUTOMOTIVE_DESIGN) restrict_multi_language_for_person_and_organization_role (CATALOG_DATA_INFORMATION_MIM) |
public interface EPerson_and_organization_role extends EEntityname (explicit attribute)boolean testName(EPerson_and_organization_role type)String getName(EPerson_and_organization_role type) void setName(EPerson_and_organization_role type, String value) void unsetName(EPerson_and_organization_role type) description (derived attribute)String getDescription(EPerson_and_organization_role type)boolean testDescription(EPerson_and_organization_role type) |
public class CPerson_and_organization_role implements EPerson_and_organization_rolestatic EAttribute attributeName(EPerson_and_organization_role type)static EAttribute attributeDescription(EPerson_and_organization_role type) |
public class APerson_and_organization_role extends AEntitypublic EPerson_and_organization_role getByIndex(int index)public EPerson_and_organization_role getCurrentMember(SdaiIterator it) |