|
ENTITY pre_defined_identification_assignment ABSTRACT SUPERTYPE OF (applied_identification_assignment__alias) SUBTYPE OF (applied_identification_assignment); WHERE wr1: SELF \ identification_assignment . role . name IN pre_defined_identification_assignment_types ; END_ENTITY; -- pre_defined_identification_assignment |
Entity data types and their attributesidentification_assignmentassigned_id: identifier; role: identification_role; applied_identification_assignment items: SET [1:?] OF identification_item; pre_defined_identification_assignment - |
| applied_identification_assignment__alias (IDENTIFICATION_ASSIGNMENT_XIM) |
Global rules for this entity data type- |
public interface EPre_defined_identification_assignment extends EApplied_identification_assignment |
public class CPre_defined_identification_assignment implements EPre_defined_identification_assignment |
public class APre_defined_identification_assignment extends AEntitypublic EPre_defined_identification_assignment getByIndex(int index)public EPre_defined_identification_assignment getCurrentMember(SdaiIterator it) |