Uses of Interface
org.eclipse.uml2.QualifierValue

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

Uses of QualifierValue in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return QualifierValue
 QualifierValue UML2Factory.createQualifierValue()
          Returns a new object of class 'Qualifier Value'
 QualifierValue LinkEndData.createQualifier(EClass eClass)
          Creates a QualifierValue and appends it to the 'Qualifier' containment reference list
 

Uses of QualifierValue in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type QualifierValue
 boolean UML2Validator.validateQualifierValue(QualifierValue qualifierValue, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseQualifierValue(QualifierValue object)
          Returns the result of interpretting the object as an instance of 'Qualifier Value'
 


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