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
 boolean UMLValidator.validateLiteralSpecification(LiteralSpecification literalSpecification, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseLiteralSpecification(LiteralSpecification object)
          Returns the result of interpretting the object as an instance of 'Literal Specification'
 


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