Uses of Class
de.mid.innovator.srv2api.icw2elem.K_CONCURRENCY

Packages that use K_CONCURRENCY
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   
 

Uses of K_CONCURRENCY in de.mid.innovator.srv2api.icw2class
 

Methods in de.mid.innovator.srv2api.icw2class that return K_CONCURRENCY
 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
 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
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(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.