public interface RelationElement extends RelationOrAttributeElement
The following features are supported:
org.ocopomo.ccd.model.CCDModelPackage#getRelationElement()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
Relation |
getRelation()
Returns the value of the 'Relation' reference
|
java.lang.String |
getRelationName() |
SourceOfCondition |
getSource()
Returns the value of the 'Source' reference
|
SourceOfCondition |
getTarget()
Returns the value of the 'Target' reference
|
void |
setRelation(Relation value)
Sets the value of the '
Relation ' reference |
void |
setSource(SourceOfCondition value)
Sets the value of the '
Source ' reference |
void |
setTarget(SourceOfCondition value)
Sets the value of the '
Target ' reference |
getName, isSetName, setName, unsetName
getAnnotations
static final java.lang.String copyright
SourceOfCondition getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(SourceOfCondition)
,
org.ocopomo.ccd.model.CCDModelPackage#getRelationElement_Target()
void setTarget(SourceOfCondition value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
Relation getRelation()
If the meaning of the 'Relation' reference isn't clear, there really should be more of a description here...
setRelation(Relation)
,
org.ocopomo.ccd.model.CCDModelPackage#getRelationElement_Relation()
void setRelation(Relation value)
Relation
' reference.
value
- the new value of the 'Relation' reference.getRelation()
SourceOfCondition getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(SourceOfCondition)
,
org.ocopomo.ccd.model.CCDModelPackage#getRelationElement_Source()
void setSource(SourceOfCondition value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
java.lang.String getRelationName()