|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CallConcurrencyKind | |
| org.omg.uml.foundation.core | |
| org.omg.uml.foundation.datatypes | |
| Uses of CallConcurrencyKind in org.omg.uml.foundation.core |
| Methods in org.omg.uml.foundation.core that return CallConcurrencyKind | |
CallConcurrencyKind |
Operation.getConcurrency()
Returns the value of attribute concurrency. |
| Methods in org.omg.uml.foundation.core with parameters of type CallConcurrencyKind | |
void |
Operation.setConcurrency(CallConcurrencyKind newValue)
Sets the value of concurrency attribute. |
Operation |
OperationClass.createOperation(String name,
VisibilityKind visibility,
boolean isSpecification,
ScopeKind ownerScope,
boolean isQuery,
CallConcurrencyKind concurrency,
boolean isRoot,
boolean isLeaf,
boolean isAbstract,
String specification)
Creates an instance object having attributes initialized by the passed values. |
| Uses of CallConcurrencyKind in org.omg.uml.foundation.datatypes |
| Classes in org.omg.uml.foundation.datatypes that implement CallConcurrencyKind | |
class |
CallConcurrencyKindEnum
CallConcurrencyKind enumeration class implementation. |
| Methods in org.omg.uml.foundation.datatypes that return CallConcurrencyKind | |
static CallConcurrencyKind |
CallConcurrencyKindEnum.forName(String name)
Translates literal name to correspondent enumeration value. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||