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
 T UMLSwitch.caseLiteralInteger(LiteralInteger object)
          Returns the result of interpreting the object as an instance of 'Literal Integer'
protected  void UMLUtil.PackageMerger.mergeLiteralInteger_Value(LiteralInteger receivingLiteralInteger, LiteralInteger mergedLiteralInteger)
          Deprecated. 4.2 these values are only merged in the context of MultiplicityElement lower-bounds, which is done by the UMLUtil.PackageMerger.mergeMultiplicityElement_Lower(MultiplicityElement, MultiplicityElement) method
 boolean UMLValidator.validateLiteralInteger(LiteralInteger literalInteger, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.