Uses of Class
de.mid.innovator.srv2api.icw2elem.K_CONCURRENCY
-
Packages that use K_CONCURRENCY 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_CONCURRENCY in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return K_CONCURRENCY Modifier and Type Method Description K_CONCURRENCY
CLBehavioralFeature. getConcurrency()
Specifies the semantics of concurrent calls to the same passive instance (i.e. an instance originating from a class with isActive being false).Methods in de.mid.innovator.srv2api.icw2class with parameters of type K_CONCURRENCY Modifier and Type Method Description void
CLBehavioralFeature. setConcurrency(K_CONCURRENCY value)
Set the value of Attribut Concurrency. -
Uses of K_CONCURRENCY in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_CONCURRENCY Modifier and Type Method Description static K_CONCURRENCY
K_CONCURRENCY. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_CONCURRENCY
K_CONCURRENCY. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_CONCURRENCY[]
K_CONCURRENCY. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-