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

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

Uses of LiteralSpecification in org.eclipse.uml2.uml
 

Subinterfaces of LiteralSpecification in org.eclipse.uml2.uml
 interface LiteralBoolean
          A representation of the model object 'Literal Boolean'
 interface LiteralInteger
          A representation of the model object 'Literal Integer'
 interface LiteralNull
          A representation of the model object 'Literal Null'
 interface LiteralString
          A representation of the model object 'Literal String'
 interface LiteralUnlimitedNatural
          A representation of the model object 'Literal Unlimited Natural'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type LiteralSpecification
 T UMLSwitch.caseLiteralSpecification(LiteralSpecification object)
          Returns the result of interpreting the object as an instance of 'Literal Specification'
 boolean UMLValidator.validateLiteralSpecification(LiteralSpecification literalSpecification, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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