Uses of Interface
org.eclipse.uml2.LiteralSpecification

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

Uses of LiteralSpecification in org.eclipse.uml2
 

Subinterfaces of LiteralSpecification in org.eclipse.uml2
 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.util
 

Methods in org.eclipse.uml2.util with parameters of type LiteralSpecification
 boolean UML2Validator.validateLiteralSpecification(LiteralSpecification literalSpecification, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseLiteralSpecification(LiteralSpecification object)
          Returns the result of interpretting the object as an instance of 'Literal Specification'
 


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