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(java.lang.String name)
          Retrieves the EnumerationLiteral with the specified 'Name' from the 'Owned Literal' containment reference list
 EnumerationLiteral Enumeration.createOwnedLiteral(EClass eClass)
          Deprecated. Use #createOwnedLiteral() instead.
 EnumerationLiteral Enumeration.createOwnedLiteral()
          Creates a EnumerationLiteral and appends it to the 'Owned Literal' containment reference list
 EnumerationLiteral Enumeration.createOwnedLiteral(java.lang.String name)
          Creates an enumeration literal with the specified name as an owned literal of this enumeration.
 

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, java.util.Map context)
           
 java.lang.Object UML2Util.UML22EcoreConverter.caseEnumerationLiteral(EnumerationLiteral enumerationLiteral)
           
protected  void UML2Util.UML22EcoreConverter.processEcoreTaggedValues(EEnumLiteral eEnumLiteral, EnumerationLiteral enumerationLiteral, java.util.Map options, DiagnosticChain diagnostics, java.util.Map context)
           
 java.lang.Object UML2Switch.caseEnumerationLiteral(EnumerationLiteral object)
          Returns the result of interpretting the object as an instance of 'Enumeration Literal'
 


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