Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY dates;
          date_of_original_definition : date_type;
          date_of_current_version : date_type;
          date_of_current_revision : OPTIONAL date_type;
END_ENTITY; -- dates

Entity data types and their attributes

dates
          date_of_original_definition: date_type;
          date_of_current_version: date_type;
          (OPT) date_of_current_revision: date_type;

Users

dates
          dictionary_element.time_stamps

Global rules for this entity data type

          -

public interface EDates extends EEntity

date_of_original_definition (explicit attribute)

          boolean testDate_of_original_definition(EDates type)
          String getDate_of_original_definition(EDates type)
          void setDate_of_original_definition(EDates type, String value)
          void unsetDate_of_original_definition(EDates type)

date_of_current_version (explicit attribute)

          boolean testDate_of_current_version(EDates type)
          String getDate_of_current_version(EDates type)
          void setDate_of_current_version(EDates type, String value)
          void unsetDate_of_current_version(EDates type)

date_of_current_revision (explicit attribute)

          boolean testDate_of_current_revision(EDates type)
          String getDate_of_current_revision(EDates type)
          void setDate_of_current_revision(EDates type, String value)
          void unsetDate_of_current_revision(EDates type)

public class CDates implements EDates

          static EAttribute attributeDate_of_original_definition(EDates type)
          static EAttribute attributeDate_of_current_version(EDates type)
          static EAttribute attributeDate_of_current_revision(EDates type)

public class ADates extends AEntity

          public EDates getByIndex(int index)
          public EDates getCurrentMember(SdaiIterator it)