Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY dic_value;
          value_code : value_type;
          meaning : item_names;
          source_doc_of_value : OPTIONAL document;
END_ENTITY; -- dic_value

Entity data types and their attributes

dic_value
          value_code: value_type;
          meaning: item_names;
          (OPT) source_doc_of_value: document;

Users

dic_value
          value_domain.its_values

Global rules for this entity data type

          -

public interface EDic_value extends EEntity

value_code (explicit attribute)

          int testValue_code(EDic_value type)
          case sValue_codeValue_code_type:
              String getValue_code(EDic_value type, EValue_code_type node1)
              void setValue_code(EDic_value type, String value, EValue_code_type node1)
          case sValue_codeInteger_type:
              int getValue_code(EDic_value type, EInteger_type node1)
              void setValue_code(EDic_value type, int value, EInteger_type node1)
          void unsetValue_code(EDic_value type)

meaning (explicit attribute)

          boolean testMeaning(EDic_value type)
          EItem_names getMeaning(EDic_value type)
          void setMeaning(EDic_value type, EItem_names value)
          void unsetMeaning(EDic_value type)

source_doc_of_value (explicit attribute)

          boolean testSource_doc_of_value(EDic_value type)
          EDocument getSource_doc_of_value(EDic_value type)
          void setSource_doc_of_value(EDic_value type, EDocument value)
          void unsetSource_doc_of_value(EDic_value type)

public class CDic_value implements EDic_value

          static EAttribute attributeValue_code(EDic_value type)
          static int usedinValue_code(EDic_value type, EEntity instance, ASdaiModel domain, ADic_value result)
          static EAttribute attributeMeaning(EDic_value type)
          static int usedinMeaning(EDic_value type, EItem_names instance, ASdaiModel domain, ADic_value result)
          static EAttribute attributeSource_doc_of_value(EDic_value type)
          static int usedinSource_doc_of_value(EDic_value type, EDocument instance, ASdaiModel domain, ADic_value result)

public class ADic_value extends AEntity

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