Uses of Class
de.mid.innovator.srv2api.icw2meta.ARG_LocaleValue

Packages that use ARG_LocaleValue
de.mid.innovator.srv2api.icw2meta Meta model and administration information. 
 

Uses of ARG_LocaleValue in de.mid.innovator.srv2api.icw2meta
 

Fields in de.mid.innovator.srv2api.icw2meta with type parameters of type ARG_LocaleValue
 List<ARG_LocaleValue> ARG_ElementsLocaleValuesInit.seqValue
          list of localized values
 List<ARG_LocaleValue> ARG_ElementsLocaleValues.seqValue
          list of localized values
 

Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ARG_LocaleValue
static void MMLocalizAbleHelper.setElementsLocalizedNames(SrvContext srvCtx, List<? extends ADClientAble> seqElem, List<ARG_LocaleValue> seqValue, K_VATTR kVAttr)
          Modifies a list of localized names for each specified element.
static void MMLocalizedPropertyAbleHelper.setElementsLocalizedProperty(SrvContext srvCtx, List<? extends ADClientAble> seqElem, List<ARG_LocaleValue> seqValue, K_VATTR kVAttr)
          Modifies a list of localized property values for each specified element.
 

Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ARG_LocaleValue
ARG_ElementsLocaleValues(List<ADClientAble> seqElem, List<ARG_LocaleValue> seqValue, K_VATTR kVAttr)
           
ARG_ElementsLocaleValuesInit(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, List<ARG_LocaleValue> seqValue, List<ARG_Locale> seqLocale, K_VATTR kVAttr, String strAttr)