Uses of Class
org.eclipse.uml2.uml.CallConcurrencyKind

Packages that use CallConcurrencyKind
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of CallConcurrencyKind in org.eclipse.uml2.uml
 

Fields in org.eclipse.uml2.uml 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.uml that return CallConcurrencyKind
static CallConcurrencyKind CallConcurrencyKind.get(String literal)
          Returns the 'Call Concurrency Kind' literal with the specified literal value
static CallConcurrencyKind CallConcurrencyKind.getByName(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 integer value
 CallConcurrencyKind BehavioralFeature.getConcurrency()
          Returns the value of the 'Concurrency' attribute.
 

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

Uses of CallConcurrencyKind in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type CallConcurrencyKind
 boolean UMLValidator.validateCallConcurrencyKind(CallConcurrencyKind callConcurrencyKind, DiagnosticChain diagnostics, Map context)
           
 


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