public interface RelationInstance extends AnnotatedObject
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
Relation |
getRelation()
Returns the value of the 'Relation' reference
|
java.lang.String |
getRelationName() |
Instance |
getSourceInstance()
Returns the value of the 'Source Instance' container reference.
|
Instance |
getTargetInstance()
Returns the value of the 'Target Instance' reference
|
boolean |
isSetName()
Returns whether the value of the '
Name ' attribute is set |
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute |
void |
setRelation(Relation value)
Sets the value of the '
Relation ' reference |
void |
setSourceInstance(Instance value)
Sets the value of the '
Source Instance ' container reference |
void |
setTargetInstance(Instance value)
Sets the value of the '
Target Instance ' reference |
void |
unsetName()
Unsets the value of the '
Name ' attribute |
getAnnotations
static final java.lang.String copyright
Instance getTargetInstance()
If the meaning of the 'Target Instance' reference isn't clear, there really should be more of a description here...
setTargetInstance(Instance)
,
CCDModelPackage.getRelationInstance_TargetInstance()
void setTargetInstance(Instance value)
Target Instance
' reference.
value
- the new value of the 'Target Instance' reference.getTargetInstance()
Relation getRelation()
If the meaning of the 'Relation' reference isn't clear, there really should be more of a description here...
setRelation(Relation)
,
CCDModelPackage.getRelationInstance_Relation()
void setRelation(Relation value)
Relation
' reference.
value
- the new value of the 'Relation' reference.getRelation()
Instance getSourceInstance()
Relations
'.
If the meaning of the 'Source Instance' container reference isn't clear, there really should be more of a description here...
setSourceInstance(Instance)
,
CCDModelPackage.getRelationInstance_SourceInstance()
,
Instance.getRelations()
void setSourceInstance(Instance value)
Source Instance
' container reference.
value
- the new value of the 'Source Instance' container reference.getSourceInstance()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
CCDModelPackage.getRelationInstance_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
java.lang.String getName()
""
.
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
isSetName()
,
unsetName()
,
setName(String)
,
CCDModelPackage.getRelationInstance_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.isSetName()
,
unsetName()
,
getName()
void unsetName()
Name
' attribute.
isSetName()
,
getName()
,
setName(String)
boolean isSetName()
Name
' attribute is set.
unsetName()
,
getName()
,
setName(String)
java.lang.String getRelationName()