Uses of Interface
org.eclipse.uml2.Enumeration

Packages that use Enumeration
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Enumeration in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Enumeration
 Enumeration UML2Factory.createEnumeration()
          Returns a new object of class 'Enumeration'
 Enumeration EnumerationLiteral.getEnumeration()
          Returns the value of the 'Enumeration' container reference.
 

Methods in org.eclipse.uml2 with parameters of type Enumeration
 void EnumerationLiteral.setEnumeration(Enumeration value)
          Sets the value of the 'Enumeration' container reference
 

Uses of Enumeration in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Enumeration
 boolean UML2Validator.validateEnumeration(Enumeration enumeration, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseEnumeration(Enumeration object)
          Returns the result of interpretting the object as an instance of 'Enumeration'
 


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