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

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

Uses of LiteralBoolean in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return LiteralBoolean
 LiteralBoolean UMLFactory.createLiteralBoolean()
          Returns a new object of class 'Literal Boolean'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type LiteralBoolean
 boolean UMLValidator.validateLiteralBoolean(LiteralBoolean literalBoolean, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseLiteralBoolean(LiteralBoolean object)
          Returns the result of interpretting the object as an instance of 'Literal Boolean'
 


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