ENTITY file_location_identification SUBTYPE OF (external_source_identification); WHERE wr1: 'FILE_IDENTIFICATION_xim.FILE' IN TYPEOF(SELF\External_source_identification.items); END_ENTITY; -- file_location_identification |
Entity data types and their attributesidentification_assignmentassigned_id: identifier; role: identification_role; external_identification_assignment source: external_source; applied_external_identification_assignment items: SET [1:?] OF external_identification_item; external_source_identification (RT) assigned_id->external_id: STRING; source_id: STRING; source_type: STRING; (OPT) description: STRING; item: external_identification_item; (RT) (DER) items: SET [1:?] OF external_identification_item; (RT) (DER) role: identification_role; (RT) (DER) source: external_source; file_location_identification - |
Global rules for this entity data type- |
public interface EFile_location_identification extends EExternal_source_identification |
public class CFile_location_identification implements EFile_location_identification |
public class AFile_location_identification extends AEntitypublic EFile_location_identification getByIndex(int index)public EFile_location_identification getCurrentMember(SdaiIterator it) |