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 Package.createOwnedEnumeraton(java.lang.String name)
          Creates an enumeration with the specified name as an owned member of this package.
 Enumeration EnumerationLiteral.getEnumeration()
          Returns the value of the 'Enumeration' container reference.
 Enumeration Component.createOwnedEnumeraton(java.lang.String name)
          Creates an enumeration with the specified name as an owned member of this component.
 

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, java.util.Map context)
           
 java.lang.Object UML2Util.UML22EcoreConverter.caseEnumeration(Enumeration enumeration)
           
protected  void UML2Util.UML22EcoreConverter.processEcoreTaggedValues(EEnum eEnum, Enumeration enumeration, java.util.Map options, DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object UML2Switch.caseEnumeration(Enumeration object)
          Returns the result of interpretting the object as an instance of 'Enumeration'
 


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