Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_ENUM
Packages that use K_ENUM
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_ENUM in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_ENUMModifier and TypeMethodDescriptionstatic K_ENUMK_ENUM.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_ENUMReturns the enum constant of this class with the specified name.static K_ENUM[]K_ENUM.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_ENUM in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_ENUMModifier and TypeFieldDescriptionARG_EnumMembers.kEnumenumeration valueARG_XFindSqlIntelliSenseMetaValue.kEnumInvariant number of enumARG_XM2TypedElementProperties.kEnumKindenumeration if M3TYPE_EnumFields in de.mid.innovator.srv2api.icw2meta with type parameters of type K_ENUMMethod parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type K_ENUMModifier and TypeMethodDescriptionstatic List<ARG_EnumMembers> MM2TypeEnumHelper.getEnumMemberNames(SrvContext srvCtx, List<K_ENUM> seqEnum, List<Integer> seqMember) Returns a list of enumerations each with a list of members with translated display name and value.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_ENUMModifierConstructorDescriptionARG_EnumMembers(K_ENUM kEnum, List<ARG_EnumMemberName> seqMember) ARG_XFindSqlIntelliSenseMetaValue(String nameApi, String nameModel, boolean isDefault, K_ENUM kEnum, int intValue) ARG_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) Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type K_ENUMModifierConstructorDescriptionARG_GetEnumMemberNamesIn(List<K_ENUM> seqEnum, List<Integer> seqMember)