Uses of Class
de.mid.innovator.srv2api.icw2elem.K_ENUM
-
Packages that use K_ENUM 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_ENUM in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_ENUM Modifier and Type Method Description static K_ENUMK_ENUM. valueOf(int value)Returns the enumeration constant of this type with the specified value.static K_ENUMK_ENUM. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static K_ENUM[]K_ENUM. values()Returns an array containing the constants of this enum type, 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_ENUM Modifier and Type Field Description K_ENUMARG_EnumMembers. kEnumenumeration valueK_ENUMARG_XFindSqlIntelliSenseMetaValue. kEnumInvariant number of enumFields in de.mid.innovator.srv2api.icw2meta with type parameters of type K_ENUM Modifier and Type Field Description java.util.List<K_ENUM>ARG_GetEnumMemberNamesIn. seqEnumlist of enumerationsMethod parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type K_ENUM Modifier and Type Method Description static java.util.List<ARG_EnumMembers>MM2TypeEnumHelper. getEnumMemberNames(SrvContext srvCtx, java.util.List<K_ENUM> seqEnum, java.util.List<java.lang.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_ENUM Constructor Description ARG_EnumMembers(K_ENUM kEnum, java.util.List<ARG_EnumMemberName> seqMember)ARG_XFindSqlIntelliSenseMetaValue(java.lang.String nameApi, java.lang.String nameModel, boolean isDefault, K_ENUM kEnum, int intValue)Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type K_ENUM Constructor Description ARG_GetEnumMemberNamesIn(java.util.List<K_ENUM> seqEnum, java.util.List<java.lang.Integer> seqMember)
-