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 with type parameters of type CallConcurrencyKind
static java.util.List<CallConcurrencyKind> CallConcurrencyKind.VALUES
          A public read-only list of all the 'Call Concurrency Kind' enumerators
 

Methods in org.eclipse.uml2.uml that return CallConcurrencyKind
static CallConcurrencyKind CallConcurrencyKind.get(int value)
          Returns the 'Call Concurrency Kind' literal with the specified integer value
static CallConcurrencyKind CallConcurrencyKind.get(java.lang.String literal)
          Returns the 'Call Concurrency Kind' literal with the specified literal value
static CallConcurrencyKind CallConcurrencyKind.getByName(java.lang.String name)
          Returns the 'Call Concurrency Kind' literal with the specified name
 CallConcurrencyKind BehavioralFeature.getConcurrency()
          Returns the value of the 'Concurrency' attribute.
static CallConcurrencyKind CallConcurrencyKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CallConcurrencyKind[] CallConcurrencyKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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