Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_KEY_KIND
Packages that use K_KEY_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.
The IM package specify the Information Management Metamodel core concepts
required for data modeling.
-
Uses of K_KEY_KIND in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_KEY_KINDModifier and TypeMethodDescriptionstatic K_KEY_KINDK_KEY_KIND.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_KEY_KINDReturns the enum constant of this class with the specified name.static K_KEY_KIND[]K_KEY_KIND.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_KEY_KIND in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return K_KEY_KINDModifier and TypeMethodDescriptionIMUniqueKey.getKeyKind()The key is either a unique key, candidate key or primary key.
A unique key represents a collection of properties of various classifiers that culminate to uniquely identify instances of the classifier.Methods in de.mid.innovator.srv2api.icw2im with parameters of type K_KEY_KINDModifier and TypeMethodDescriptionvoidIMUniqueKey.setKeyKind(K_KEY_KIND value) Set the value of Attribut KeyKind.