Overview Schemas Index

ISO13584_IEC61360_LANGUAGE_RESOURCE_SCHEMA (jsdai.SIso13584_iec61360_language_resource_schema)


ENTITY global_language_assignment;
          language : language_code;
END_ENTITY; -- global_language_assignment

Entity data types and their attributes

global_language_assignment
          language: language_code;

Users

global_language_assignment

Global rules for this entity data type

          single_language_assignment (ISO13584_IEC61360_LANGUAGE_RESOURCE_SCHEMA)

public interface EGlobal_language_assignment extends EEntity

language (explicit attribute)

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

public class CGlobal_language_assignment implements EGlobal_language_assignment

          static EAttribute attributeLanguage(EGlobal_language_assignment type)

public class AGlobal_language_assignment extends AEntity

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