|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Link End Data'.
The following features are supported:
UML2Package.getLinkEndData()
Field Summary | |
static String |
copyright
|
Method Summary | |
QualifierValue |
createQualifier(EClass eClass)
Creates a QualifierValue and appends it to the 'Qualifier' containment reference list |
Property |
getEnd()
Returns the value of the 'End' reference |
EList |
getQualifiers()
Returns the value of the 'Qualifier' containment reference list. |
InputPin |
getValue()
Returns the value of the 'Value' reference |
void |
setEnd(Property value)
Sets the value of the ' End ' reference |
void |
setValue(InputPin value)
Sets the value of the ' Value ' reference |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
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 |
Field Detail |
public static final String copyright
Method Detail |
public InputPin getValue()
If the meaning of the 'Value' reference isn't clear, there really should be more of a description here...
Input pin that provides the specified object for the given end. This pin is omitted if the link-end data specifies an �open� end for reading.
setValue(InputPin)
,
UML2Package.getLinkEndData_Value()
public void setValue(InputPin value)
Value
' reference.
value
- the new value of the 'Value' reference.getValue()
public Property getEnd()
If the meaning of the 'End' reference isn't clear, there really should be more of a description here...
Association end for which this link-end data specifies values.
setEnd(Property)
,
UML2Package.getLinkEndData_End()
public void setEnd(Property value)
End
' reference.
value
- the new value of the 'End' reference.getEnd()
public EList getQualifiers()
QualifierValue
.
If the meaning of the 'Qualifier' containment reference list isn't clear, there really should be more of a description here...
Attribute representing the qualifier for which the value is to be specified.
UML2Package.getLinkEndData_Qualifier()
public QualifierValue createQualifier(EClass eClass)
QualifierValue
and appends it to the 'Qualifier' containment reference list.
eClass
- The Ecore class of the QualifierValue
to create.
QualifierValue
.getQualifiers()
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |