Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_CONCURRENCY
Packages that use K_CONCURRENCY
Package
Description
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
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_CONCURRENCYModifier and TypeMethodDescriptionCLBehavioralFeature.getConcurrency()Specifies the semantics of concurrent calls to the same passive instance (i.e.Methods in de.mid.innovator.srv2api.icw2class with parameters of type K_CONCURRENCYModifier and TypeMethodDescriptionvoidCLBehavioralFeature.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_CONCURRENCYModifier and TypeMethodDescriptionstatic K_CONCURRENCYK_CONCURRENCY.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_CONCURRENCYReturns the enum constant of this class with the specified name.static K_CONCURRENCY[]K_CONCURRENCY.values()Returns an array containing the constants of this enum class, in the order they are declared.