Uses of Interface
org.eclipse.uml2.EnumerationLiteral

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

Uses of EnumerationLiteral in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return EnumerationLiteral
 EnumerationLiteral UML2Factory.createEnumerationLiteral()
          Returns a new object of class 'Enumeration Literal'
 EnumerationLiteral Enumeration.getOwnedLiteral(String unqualifiedName)
          Retrieves the EnumerationLiteral with the specified name from the 'Owned Literal' containment reference list
 EnumerationLiteral Enumeration.createOwnedLiteral(EClass eClass)
          Creates a EnumerationLiteral and appends it to the 'Owned Literal' containment reference list
 

Uses of EnumerationLiteral in org.eclipse.uml2.util
 

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


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