Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY label_with_language;
          l : label;
          language : language_code;
END_ENTITY; -- label_with_language

Entity data types and their attributes

label_with_language
          l: label;
          language: language_code;

Users

label_with_language
          item_names.synonymous_names
                    syn_name_type

Global rules for this entity data type

          -

public interface ELabel_with_language extends EEntity

l (explicit attribute)

          boolean testL(ELabel_with_language type)
          String getL(ELabel_with_language type)
          void setL(ELabel_with_language type, String value)
          void unsetL(ELabel_with_language type)

language (explicit attribute)

          boolean testLanguage(ELabel_with_language type)
          String getLanguage(ELabel_with_language type)
          void setLanguage(ELabel_with_language type, String value)
          void unsetLanguage(ELabel_with_language type)

public class CLabel_with_language implements ELabel_with_language

          static EAttribute attributeL(ELabel_with_language type)
          static EAttribute attributeLanguage(ELabel_with_language type)

public class ALabel_with_language extends AEntity

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