Uses of Class
de.mid.innovator.srv2api.icw2elem.K_LOCALE

Packages that use K_LOCALE
de.mid.innovator.srv2api.icw2elem   
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
 K_LOCALE ELModelLocale.getLocaleCode()
          The locale code of this ELModelLocale.
static K_LOCALE K_LOCALE.valueOf(int value)
          Returns the enumeration constant of this type with the specified value.
static K_LOCALE K_LOCALE.valueOf(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
 K_LOCALE ARG_GetModelLocaleDetails.kLocale
          locale enum value
 

Methods in de.mid.innovator.srv2api.icw2meta that return K_LOCALE
 K_LOCALE ADModel.getModelLocaleCode()
          The modeling locale code of this ADModel.
 

Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type K_LOCALE
static List<K_LOCALE> MMModelLocaleHelper.getModifyModelLocaleInit(SrvContext srvCtx)
          Returns the list of model locale values which are allowed as display language.
 

Methods in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOCALE
 void ADModel.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
static ARG_Ask MMModelLocaleHelper.getModifyModelLocaleCheck(SrvContext srvCtx, List<K_LOCALE> seq)
          Checks whether the modification of display languages deletes translations.
static void MMModelLocaleHelper.modifyModelLocale(SrvContext srvCtx, List<K_LOCALE> seq)
          Modify the list display languages.
 

Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOCALE
ARG_GetModelLocaleDetails(MMModelLocale modelLocale, String name, K_LOCALE kLocale)