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

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

Uses of LiteralInteger in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return LiteralInteger
 LiteralInteger UMLFactory.createLiteralInteger()
          Returns a new object of class 'Literal Integer'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type LiteralInteger
 boolean UMLValidator.validateLiteralInteger(LiteralInteger literalInteger, DiagnosticChain diagnostics, Map context)
           
protected  void UMLUtil.PackageMerger.mergeLiteralInteger_Value(LiteralInteger receivingLiteralInteger, LiteralInteger mergedLiteralInteger)
           
 Object UMLSwitch.caseLiteralInteger(LiteralInteger object)
          Returns the result of interpretting the object as an instance of 'Literal Integer'
 


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