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

Methods in org.eclipse.uml2.uml that return ExpansionKind
static ExpansionKind ExpansionKind.get(int value)
          Returns the 'Expansion Kind' literal with the specified integer value
static ExpansionKind ExpansionKind.get(java.lang.String literal)
          Returns the 'Expansion Kind' literal with the specified literal value
static ExpansionKind ExpansionKind.getByName(java.lang.String name)
          Returns the 'Expansion Kind' literal with the specified name
 ExpansionKind ExpansionRegion.getMode()
          Returns the value of the 'Mode' attribute.
static ExpansionKind ExpansionKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExpansionKind[] ExpansionKind.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 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, 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.