|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Qualifier Value'. A qualifier value is not an action. It is an element that identifies links. It gives a single qualifier within a link end data specification.
The following features are supported:
UMLPackage.getQualifierValue()
Method Summary | |
Property |
getQualifier()
Returns the value of the 'Qualifier' reference |
InputPin |
getValue()
Returns the value of the 'Value' reference |
void |
setQualifier(Property value)
Sets the value of the ' Qualifier ' reference |
void |
setValue(InputPin value)
Sets the value of the ' Value ' reference |
boolean |
validateMultiplicityOfQualifier(DiagnosticChain diagnostics,
Map context)
The multiplicity of the qualifier value input pin is "1..1". |
boolean |
validateQualifierAttribute(DiagnosticChain diagnostics,
Map context)
The qualifier attribute must be a qualifier of the association end of the link-end data. |
boolean |
validateTypeOfQualifier(DiagnosticChain diagnostics,
Map context)
The type of the qualifier value input pin is the same as the type of the qualifier attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
public Property getQualifier()
QualifierValue.setQualifier(Property)
,
UMLPackage.getQualifierValue_Qualifier()
public void setQualifier(Property value)
Qualifier
' reference.
value
- the new value of the 'Qualifier' reference.QualifierValue.getQualifier()
public InputPin getValue()
QualifierValue.setValue(InputPin)
,
UMLPackage.getQualifierValue_Value()
public void setValue(InputPin value)
Value
' reference.
value
- the new value of the 'Value' reference.QualifierValue.getValue()
public boolean validateQualifierAttribute(DiagnosticChain diagnostics, Map context)
public boolean validateTypeOfQualifier(DiagnosticChain diagnostics, Map context)
public boolean validateMultiplicityOfQualifier(DiagnosticChain diagnostics, Map context)
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |