Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_DIALOG_KIND
Packages that use K_DIALOG_KIND
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.
-
Uses of K_DIALOG_KIND in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_DIALOG_KINDModifier and TypeMethodDescriptionstatic K_DIALOG_KINDK_DIALOG_KIND.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_DIALOG_KINDReturns the enum constant of this class with the specified name.static K_DIALOG_KIND[]K_DIALOG_KIND.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_DIALOG_KIND in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_DIALOG_KINDModifier and TypeFieldDescriptionARG_XM2TypedElementProperties.moreDialogKindrange of possible values must be explicitly evaluated and represented as tree, as single selection list or multiselection listConstructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_DIALOG_KINDModifierConstructorDescriptionARG_XM2TypedElementProperties(MM2TypedElement ohM2TypedElement, K_M3TYPE kM3Type, String strName, String strNameNsp, String strComment, List<ARG_XValue> seqCurrentValues, K_ENUM kEnumKind, boolean isNull, boolean isMany, boolean isMustRange, boolean isDiffVals, K_DIALOG_KIND moreDialogKind, boolean isMultiLineString, boolean isFlowText, boolean useInoText, boolean isReadOnly, boolean onlyCurrentValueIsValid, boolean appendSeparator, List<ARG_XValue> seqAssignableValues, K_VATTR vattr, boolean isSortAble, List<ADClientAble> seqSyncElem, int iDecimalScale, boolean isResetAbleToDefault)