Uses of Interface
org.eclipse.uml2.uml.EnumerationLiteral

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

Uses of EnumerationLiteral in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return EnumerationLiteral
 EnumerationLiteral UMLFactory.createEnumerationLiteral()
          Returns a new object of class 'Enumeration Literal'
 EnumerationLiteral Enumeration.getOwnedLiteral(String name)
          Retrieves the first EnumerationLiteral with the specified 'Name' from the 'Owned Literal' containment reference list
 EnumerationLiteral Enumeration.getOwnedLiteral(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first EnumerationLiteral with the specified 'Name' from the 'Owned Literal' containment reference list
 EnumerationLiteral Enumeration.createOwnedLiteral(String name)
          Creates a new EnumerationLiteral, with the specified 'Name', and appends it to the 'Owned Literal' containment reference list
 

Uses of EnumerationLiteral in org.eclipse.uml2.uml.util
 

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


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