Uses of Class
org.eclipse.uml2.CallConcurrencyKind

Packages that use CallConcurrencyKind
org.eclipse.uml2   
 

Uses of CallConcurrencyKind in org.eclipse.uml2
 

Fields in org.eclipse.uml2 declared as CallConcurrencyKind
static CallConcurrencyKind CallConcurrencyKind.SEQUENTIAL_LITERAL
          The 'Sequential' literal object
static CallConcurrencyKind CallConcurrencyKind.GUARDED_LITERAL
          The 'Guarded' literal object
static CallConcurrencyKind CallConcurrencyKind.CONCURRENT_LITERAL
          The 'Concurrent' literal object
 

Methods in org.eclipse.uml2 that return CallConcurrencyKind
static CallConcurrencyKind CallConcurrencyKind.get(String name)
          Returns the 'Call Concurrency Kind' literal with the specified name
static CallConcurrencyKind CallConcurrencyKind.get(int value)
          Returns the 'Call Concurrency Kind' literal with the specified value
 CallConcurrencyKind BehavioralFeature.getConcurrency()
          Returns the value of the 'Concurrency' attribute.
 

Methods in org.eclipse.uml2 with parameters of type CallConcurrencyKind
 void BehavioralFeature.setConcurrency(CallConcurrencyKind value)
          Sets the value of the 'Concurrency' attribute
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.