Uses of Interface
org.eclipse.uml2.LiteralBoolean

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

Uses of LiteralBoolean in org.eclipse.uml2
 

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

Uses of LiteralBoolean in org.eclipse.uml2.util
 

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


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