Uses of Class
de.mid.innovator.srv2api.icw2elem.K_CONNECTOR
-
Packages that use K_CONNECTOR Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.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. -
-
Uses of K_CONNECTOR in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return K_CONNECTOR Modifier and Type Method Description K_CONNECTOR
CLConnector. getConnectorKind()
The kind of this connector. -
Uses of K_CONNECTOR in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_CONNECTOR Modifier and Type Method Description static K_CONNECTOR
K_CONNECTOR. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_CONNECTOR
K_CONNECTOR. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_CONNECTOR[]
K_CONNECTOR. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-