Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_LOCALE
Packages that use K_LOCALE
Package
Description
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.
Meta model and administration information.
Diagrams and graphical representations of model elements in diagrams.
-
Uses of K_LOCALE in de.mid.innovator.srv2api.icw2elem
Fields in de.mid.innovator.srv2api.icw2elem declared as K_LOCALEModifier and TypeFieldDescriptionARG_PictureLocale.kLocalelocale code used at SVG generationARG_SVGPictureRawData.kLocalelocale code used at SVG generationMethods in de.mid.innovator.srv2api.icw2elem that return K_LOCALEModifier and TypeMethodDescriptionELM2Locale.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_LOCALEReturns the enum constant of this class with the specified name.static K_LOCALE[]K_LOCALE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type K_LOCALEModifierConstructorDescriptionARG_PictureLocale(K_LOCALE kLocale) ARG_SVGPictureRawData(byte[] seqData, String strDiaHash, K_LOCALE kLocale, boolean isActualSVG) -
Uses of K_LOCALE in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_LOCALEMethods in de.mid.innovator.srv2api.icw2meta that return K_LOCALEModifier and TypeMethodDescriptionADModel.getModelLocaleCode()The modeling locale code of thisADModel.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type K_LOCALEModifier and TypeMethodDescriptionADTranslationAbleHelper.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_LOCALEModifier and TypeMethodDescriptionvoidADModel.setModelLocaleCode(K_LOCALE value) Set the value of Attribut ModelLocaleCode.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type K_LOCALEModifier and TypeMethodDescriptionstatic ARG_AskADTranslationAbleHelper.getModifyTranslationLocaleCheck(SrvContext srvCtx, List<K_LOCALE> seq) Checks whether the modification of translation languages deletes translations.static voidADTranslationAbleHelper.modifyTranslationLocale(SrvContext srvCtx, List<K_LOCALE> seq) Modify the list of translation languages.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_LOCALEModifierConstructorDescriptionARG_M2LocaleDetails(ADTranslationAble ohTrans, MM2Locale ohLocale, String name, String code, String bitmap, K_LOCALE kLocale, boolean isModelLocale) -
Uses of K_LOCALE in de.mid.innovator.srv2api.icw2pres
Fields in de.mid.innovator.srv2api.icw2pres declared as K_LOCALEModifier and TypeFieldDescriptionARG_DiaLocale.kLocalemodeling and display locale codeARG_XClientForSVGIn.kLocalelocale code used at SVG generationMethods in de.mid.innovator.srv2api.icw2pres with parameters of type K_LOCALEModifier and TypeMethodDescriptionPRDia.getSVGPictureRawData(K_LOCALE kLocale) Returns the SVG picture's raw data assigned to this element.PRDia.getXClientForSVG(String nameLabel, K_LOCALE kLocale) Fills the client X structure used to generate a SVG for this presentation context and calculates a hash value.voidPRDia.setSVGPictureRawData(byte[] seqData, String strDiaHash, K_LOCALE kLocale, boolean isActualSVG) Creates a SVG picture instance for this element if it does not already own a picture.Constructors in de.mid.innovator.srv2api.icw2pres with parameters of type K_LOCALEModifierConstructorDescriptionARG_DiaLocale(PRDia ohDia, K_LOCALE kLocale) ARG_XClientForSVGIn(String nameLabel, K_LOCALE kLocale)