Uses of Class
de.mid.innovator.srv2api.icw2elem.K_CW2
-
Packages that use K_CW2 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_CW2 in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_CW2 Modifier and Type Method Description static K_CW2
K_CW2. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_CW2
K_CW2. valueOf(java.lang.String name)
Returns the enumeration constant of this type with the specified name.Methods in de.mid.innovator.srv2api.icw2elem that return types with arguments of type K_CW2 Modifier and Type Method Description static java.util.Collection<K_CW2>
K_CW2. values()
Returns a Collection view of the values contained in this enum.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type K_CW2 Constructor Description ARG_InfoIn(ELElement ohRef, K_CW2 cWhat, java.lang.String pattern, int kind, int mode, int selLimit, int useTranslation)
-
Uses of K_CW2 in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_CW2 Modifier and Type Field Description K_CW2
ARG_InfoProp. kCW2
info what to get the valueConstructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_CW2 Constructor Description ARG_InfoProp(MM2TypedElement ohElem, K_CW2 kCW2, K_VATTR kVAttr, java.lang.String strName, java.lang.String strDisplay)
-