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

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

Uses of ExpansionKind in org.eclipse.uml2.uml
 

Fields in org.eclipse.uml2.uml declared as ExpansionKind
static ExpansionKind ExpansionKind.PARALLEL_LITERAL
          The 'Parallel' literal object
static ExpansionKind ExpansionKind.ITERATIVE_LITERAL
          The 'Iterative' literal object
static ExpansionKind ExpansionKind.STREAM_LITERAL
          The 'Stream' literal object
 

Methods in org.eclipse.uml2.uml that return ExpansionKind
 ExpansionKind ExpansionRegion.getMode()
          Returns the value of the 'Mode' attribute.
static ExpansionKind ExpansionKind.get(String literal)
          Returns the 'Expansion Kind' literal with the specified literal value
static ExpansionKind ExpansionKind.getByName(String name)
          Returns the 'Expansion Kind' literal with the specified name
static ExpansionKind ExpansionKind.get(int value)
          Returns the 'Expansion Kind' literal with the specified integer value
 

Methods in org.eclipse.uml2.uml with parameters of type ExpansionKind
 void ExpansionRegion.setMode(ExpansionKind value)
          Sets the value of the 'Mode' attribute
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ExpansionKind
 boolean UMLValidator.validateExpansionKind(ExpansionKind expansionKind, DiagnosticChain diagnostics, Map context)
           
 


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