|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UClassVariable2UClassVariable
A representation of the model object 'UAssociation'.
The following features are supported:
Lower Target Bound
Ordered Source
Ordered Target
Source
Source Reference
Target
Target Reference
Unique Source
Unique Target
Upper Target Bound
Used Element
UcorePackage.getUClassVariable2UClassVariable()
Method Summary | |
---|---|
int |
getLowerTargetBound()
Returns the value of the 'Lower Target Bound' attribute. |
UClassVariable |
getSource()
Returns the value of the 'Source' reference. |
org.eclipse.emf.ecore.EReference |
getSourceReference()
Returns the value of the 'Source Reference' reference. |
UClassVariable |
getTarget()
Returns the value of the 'Target' reference. |
org.eclipse.emf.ecore.EReference |
getTargetReference()
Returns the value of the 'Target Reference' reference. |
int |
getUpperTargetBound()
Returns the value of the 'Upper Target Bound' attribute. |
E2DirectedAssociation |
getUsedElement()
Returns the value of the 'Used Element' reference. |
boolean |
isOrderedSource()
Returns the value of the 'Ordered Source' attribute. |
boolean |
isOrderedTarget()
Returns the value of the 'Ordered Target' attribute. |
boolean |
isSetSourceReference()
Returns whether the value of the ' Source Reference ' reference is set. |
boolean |
isSetTargetReference()
Returns whether the value of the ' Target Reference ' reference is set. |
boolean |
isUniqueSource()
Returns the value of the 'Unique Source' attribute. |
boolean |
isUniqueTarget()
Returns the value of the 'Unique Target' attribute. |
void |
setLowerTargetBound(int value)
Sets the value of the ' Lower Target Bound ' attribute. |
void |
setOrderedSource(boolean value)
Sets the value of the ' Ordered Source ' attribute. |
void |
setOrderedTarget(boolean value)
Sets the value of the ' Ordered Target ' attribute. |
void |
setSource(UClassVariable value)
Sets the value of the ' Source ' reference. |
void |
setSourceReference(org.eclipse.emf.ecore.EReference value)
Sets the value of the ' Source Reference ' reference. |
void |
setTarget(UClassVariable value)
Sets the value of the ' Target ' reference. |
void |
setTargetReference(org.eclipse.emf.ecore.EReference value)
Sets the value of the ' Target Reference ' reference. |
void |
setUniqueSource(boolean value)
Sets the value of the ' Unique Source ' attribute. |
void |
setUniqueTarget(boolean value)
Sets the value of the ' Unique Target ' attribute. |
void |
setUpperTargetBound(int value)
Sets the value of the ' Upper Target Bound ' attribute. |
void |
setUsedElement(E2DirectedAssociation value)
Sets the value of the ' Used Element ' reference. |
void |
unsetSourceReference()
Unsets the value of the ' Source Reference ' reference. |
void |
unsetTargetReference()
Unsets the value of the ' Target Reference ' reference. |
Methods inherited from interface org.eclipse.gmt.umlx.ucore.URelationship |
---|
getLowerSourceBound, getUpperSourceBound, setLowerSourceBound, setUpperSourceBound |
Methods inherited from interface org.eclipse.gmt.umlx.ucore.UConstraint |
---|
getURelation, setURelation |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
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 |
---|
int getLowerTargetBound()
"1"
.
If the meaning of the 'Lower Target Bound' attribute isn't clear, there really should be more of a description here...
setLowerTargetBound(int)
,
UcorePackage.getUClassVariable2UClassVariable_LowerTargetBound()
void setLowerTargetBound(int value)
Lower Target Bound
' attribute.
value
- the new value of the 'Lower Target Bound' attribute.getLowerTargetBound()
boolean isOrderedSource()
"true"
.
If the meaning of the 'Ordered Source' attribute isn't clear, there really should be more of a description here...
setOrderedSource(boolean)
,
UcorePackage.getUClassVariable2UClassVariable_OrderedSource()
void setOrderedSource(boolean value)
Ordered Source
' attribute.
value
- the new value of the 'Ordered Source' attribute.isOrderedSource()
boolean isOrderedTarget()
"true"
.
If the meaning of the 'Ordered Target' attribute isn't clear, there really should be more of a description here...
setOrderedTarget(boolean)
,
UcorePackage.getUClassVariable2UClassVariable_OrderedTarget()
void setOrderedTarget(boolean value)
Ordered Target
' attribute.
value
- the new value of the 'Ordered Target' attribute.isOrderedTarget()
UClassVariable getSource()
Outgoing Associations
'.
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
getSource
in interface URelationship
setSource(UClassVariable)
,
UcorePackage.getUClassVariable2UClassVariable_Source()
,
UClassVariable.getOutgoingAssociations()
void setSource(UClassVariable value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
org.eclipse.emf.ecore.EReference getSourceReference()
If the meaning of the 'Source Reference' reference isn't clear, there really should be more of a description here...
isSetSourceReference()
,
unsetSourceReference()
,
setSourceReference(EReference)
,
UcorePackage.getUClassVariable2UClassVariable_SourceReference()
void setSourceReference(org.eclipse.emf.ecore.EReference value)
Source Reference
' reference.
value
- the new value of the 'Source Reference' reference.isSetSourceReference()
,
unsetSourceReference()
,
getSourceReference()
void unsetSourceReference()
Source Reference
' reference.
isSetSourceReference()
,
getSourceReference()
,
setSourceReference(EReference)
boolean isSetSourceReference()
Source Reference
' reference is set.
unsetSourceReference()
,
getSourceReference()
,
setSourceReference(EReference)
UClassVariable getTarget()
Incoming Associations
'.
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
getTarget
in interface URelationship
setTarget(UClassVariable)
,
UcorePackage.getUClassVariable2UClassVariable_Target()
,
UClassVariable.getIncomingAssociations()
void setTarget(UClassVariable value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
org.eclipse.emf.ecore.EReference getTargetReference()
If the meaning of the 'Target Reference' reference isn't clear, there really should be more of a description here...
isSetTargetReference()
,
unsetTargetReference()
,
setTargetReference(EReference)
,
UcorePackage.getUClassVariable2UClassVariable_TargetReference()
void setTargetReference(org.eclipse.emf.ecore.EReference value)
Target Reference
' reference.
value
- the new value of the 'Target Reference' reference.isSetTargetReference()
,
unsetTargetReference()
,
getTargetReference()
void unsetTargetReference()
Target Reference
' reference.
isSetTargetReference()
,
getTargetReference()
,
setTargetReference(EReference)
boolean isSetTargetReference()
Target Reference
' reference is set.
unsetTargetReference()
,
getTargetReference()
,
setTargetReference(EReference)
boolean isUniqueSource()
"true"
.
If the meaning of the 'Unique Source' attribute isn't clear, there really should be more of a description here...
setUniqueSource(boolean)
,
UcorePackage.getUClassVariable2UClassVariable_UniqueSource()
void setUniqueSource(boolean value)
Unique Source
' attribute.
value
- the new value of the 'Unique Source' attribute.isUniqueSource()
boolean isUniqueTarget()
"true"
.
If the meaning of the 'Unique Target' attribute isn't clear, there really should be more of a description here...
setUniqueTarget(boolean)
,
UcorePackage.getUClassVariable2UClassVariable_UniqueTarget()
void setUniqueTarget(boolean value)
Unique Target
' attribute.
value
- the new value of the 'Unique Target' attribute.isUniqueTarget()
int getUpperTargetBound()
"1"
.
If the meaning of the 'Upper Target Bound' attribute isn't clear, there really should be more of a description here...
setUpperTargetBound(int)
,
UcorePackage.getUClassVariable2UClassVariable_UpperTargetBound()
void setUpperTargetBound(int value)
Upper Target Bound
' attribute.
value
- the new value of the 'Upper Target Bound' attribute.getUpperTargetBound()
E2DirectedAssociation getUsedElement()
If the meaning of the 'Used Element' reference isn't clear, there really should be more of a description here...
getUsedElement
in interface URelationship
setUsedElement(E2DirectedAssociation)
,
UcorePackage.getUClassVariable2UClassVariable_UsedElement()
void setUsedElement(E2DirectedAssociation value)
Used Element
' reference.
value
- the new value of the 'Used Element' reference.getUsedElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |