ENTITY approval_role; role : label; DERIVE description : text := get_description_value(SELF); WHERE wr1: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1; END_ENTITY; -- approval_role |
Entity data types and their attributesapproval_rolerole: label; (DER) description: text; |
Global rules for this entity data typedependent_instantiable_approval_role (AUTOMOTIVE_DESIGN) |
public interface EApproval_role extends EEntityrole (explicit attribute)boolean testRole(EApproval_role type)String getRole(EApproval_role type) void setRole(EApproval_role type, String value) void unsetRole(EApproval_role type) description (derived attribute)String getDescription(EApproval_role type)boolean testDescription(EApproval_role type) |
public class CApproval_role implements EApproval_rolestatic EAttribute attributeRole(EApproval_role type)static EAttribute attributeDescription(EApproval_role type) |
public class AApproval_role extends AEntitypublic EApproval_role getByIndex(int index)public EApproval_role getCurrentMember(SdaiIterator it) |