Uses of Class
de.mid.innovator.srv2api.icw2elem.K_VW2
-
Packages that use K_VW2 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_VW2 in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_VW2 Modifier and Type Method Description static K_VW2
K_VW2. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_VW2
K_VW2. 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_VW2 Modifier and Type Method Description static java.util.Collection<K_VW2>
K_VW2. values()
Returns a Collection view of the values contained in this enum.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type K_VW2 Constructor Description ARG_View(ELElement ohRef, java.lang.Class<? extends ELObject> voclTrg, K_VW2 vWhat, java.lang.String pattern, int kind, int mode, int selLimit, boolean isExact, boolean sortIt, int cmp, ELElement ohStereo, boolean isExactStereotype)
-
Uses of K_VW2 in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_VW2 Modifier and Type Field Description K_VW2
ARG_ViewAttr. kVW2
view define of this meta attributeK_VW2
ARG_IRefViewSpecification. what
View-WhatConstructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_VW2 Constructor Description ARG_IRefViewSpecification(K_VW2 what, ARG_IRefRestriction valRestrictIn, ARG_IRefRestriction valRestrictOut, ELElement refEl, java.lang.String patt, int kind, int mode)
ARG_ViewAttr(K_VATTR kVAttr, K_VW2 kVW2, java.lang.Class<? extends ELObject> kVOcl, boolean useForDisplay, boolean isToVersionRoot, boolean isMultiValued, ARG_ViewAttr valOppositeAssocEnd, java.util.List<ARG_ViewAttr> seqSubsets)
-