ENTITY applied_certification_assignment SUBTYPE OF (certification_assignment); items : SET [1:?] OF certification_item; END_ENTITY; -- applied_certification_assignment |
Entity data types and their attributescertification_assignmentassigned_certification: certification; (DER) role: object_role; applied_certification_assignment items: SET [1:?] OF certification_item; |
Global rules for this entity data type- |
public interface EApplied_certification_assignment extends ECertification_assignmentitems (explicit attribute)boolean testItems(EApplied_certification_assignment type)ACertification_item getItems(EApplied_certification_assignment type) ACertification_item createItems(EApplied_certification_assignment type) void unsetItems(EApplied_certification_assignment type) |
public class CApplied_certification_assignment implements EApplied_certification_assignmentstatic EAttribute attributeItems(EApplied_certification_assignment type)static int usedinItems(EApplied_certification_assignment type, EEntity instance, ASdaiModel domain, AApplied_certification_assignment result) |
public class AApplied_certification_assignment extends AEntitypublic EApplied_certification_assignment getByIndex(int index)public EApplied_certification_assignment getCurrentMember(SdaiIterator it) |