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

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

Uses of LiteralNull in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return LiteralNull
 LiteralNull UMLFactory.createLiteralNull()
          Returns a new object of class 'Literal Null'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type LiteralNull
 boolean UMLValidator.validateLiteralNull(LiteralNull literalNull, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseLiteralNull(LiteralNull object)
          Returns the result of interpretting the object as an instance of 'Literal Null'
 


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