Uses of Class
org.eclipse.uml2.ExpansionKind

Packages that use ExpansionKind
org.eclipse.uml2   
 

Uses of ExpansionKind in org.eclipse.uml2
 

Fields in org.eclipse.uml2 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 that return ExpansionKind
 ExpansionKind ExpansionRegion.getMode()
          Returns the value of the 'Mode' attribute.
static ExpansionKind ExpansionKind.get(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 value
 

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


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