Uses of Class
de.mid.innovator.srv2api.icw2elem.K_LOCALE
-
Packages that use K_LOCALE Package Description de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of K_LOCALE in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_LOCALE Modifier and Type Method Description K_LOCALEELM2Locale. getLocaleCode()The locale code of thisELM2Locale.static K_LOCALEK_LOCALE. valueOf(int value)Returns the enumeration constant of this type with the specified value.static K_LOCALEK_LOCALE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static K_LOCALE[]K_LOCALE. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of K_LOCALE in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_LOCALE Modifier and Type Field Description K_LOCALEARG_M2LocaleDetails. kLocalelocale code as enum valueMethods in de.mid.innovator.srv2api.icw2meta that return K_LOCALE Modifier and Type Method Description K_LOCALEADModel. getModelLocaleCode()The modeling locale code of thisADModel.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type K_LOCALE Modifier and Type Method Description static java.util.List<K_LOCALE>ADTranslationAbleHelper. getModifyTranslationLocaleInit(SrvContext srvCtx)Returns the list ofMM2Localevalues which are allowed as translation language.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOCALE Modifier and Type Method Description voidADModel. setModelLocaleCode(K_LOCALE value)Set the value of Attribut ModelLocaleCode.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type K_LOCALE Modifier and Type Method Description static ARG_AskADTranslationAbleHelper. getModifyTranslationLocaleCheck(SrvContext srvCtx, java.util.List<K_LOCALE> seq)Checks whether the modification of translation languages deletes translations.static voidADTranslationAbleHelper. modifyTranslationLocale(SrvContext srvCtx, java.util.List<K_LOCALE> seq)Modify the list of translation languages.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOCALE Constructor Description ARG_M2LocaleDetails(ADTranslationAble ohTrans, MM2Locale ohLocale, java.lang.String name, java.lang.String code, java.lang.String bitmap, K_LOCALE kLocale, boolean isModelLocale)
-