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

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

Uses of QualifierValue in org.eclipse.uml2.uml
 

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

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

Methods in org.eclipse.uml2.uml.util with parameters of type QualifierValue
 boolean UMLValidator.validateQualifierValue(QualifierValue qualifierValue, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateQualifierValue_validateQualifierAttribute(QualifierValue qualifierValue, DiagnosticChain diagnostics, Map context)
          Validates the validateQualifierAttribute constraint of 'Qualifier Value'
 boolean UMLValidator.validateQualifierValue_validateTypeOfQualifier(QualifierValue qualifierValue, DiagnosticChain diagnostics, Map context)
          Validates the validateTypeOfQualifier constraint of 'Qualifier Value'
 boolean UMLValidator.validateQualifierValue_validateMultiplicityOfQualifier(QualifierValue qualifierValue, DiagnosticChain diagnostics, Map context)
          Validates the validateMultiplicityOfQualifier constraint of 'Qualifier Value'
 Object UMLSwitch.caseQualifierValue(QualifierValue object)
          Returns the result of interpretting the object as an instance of 'Qualifier Value'
 


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