Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_CELL
Packages that use K_CELL
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.
-
Uses of K_CELL in de.mid.innovator.srv2api.icw2elem
Subclasses with type arguments of type K_CELL in de.mid.innovator.srv2api.icw2elemFields in de.mid.innovator.srv2api.icw2elem declared as K_CELLModifier and TypeFieldDescriptionARG_M2AttrValInitDlg.cellKindspecifies the kind of the provided valueMethods in de.mid.innovator.srv2api.icw2elem that return K_CELLModifier and TypeMethodDescriptionstatic K_CELLK_CELL.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_CELLReturns the enum constant of this class with the specified name.static K_CELL[]K_CELL.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_CELLModifierConstructorDescriptionARG_M2AttrValInitDlg(K_CELL cellKind, String attrName, K_VATTR vattr, List<String> seqStrVal, List<Integer> seqIntVal, K_ENUM enumKind, List<Integer> seqEnumVal, List<Boolean> seqBoolVal, List<ELElement> seqOhVal, List<String> seqOhStrVal, boolean isNull, boolean isMany, boolean isMustRange, boolean isDiffVals, boolean isMoreRange, boolean isMultiLineString, boolean useInoText, boolean isReadOnly, boolean onlyCurrentValueIsValid, List<String> seqStrRange, List<Integer> seqIntRange, List<Integer> seqEnumRange, List<Boolean> seqBoolRange, ELM2Attribute ohAttr)