public interface AttributeElement extends RelationOrAttributeElement
The following features are supported:
org.ocopomo.ccd.model.CCDModelPackage#getAttributeElement()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
Attribute |
getAttribute()
Returns the value of the 'Attribute' reference
|
java.lang.String |
getAttributeName() |
SourceOfCondition |
getSource()
Returns the value of the 'Source' reference
|
Literal |
getTargetEnumValue()
Returns the value of the 'Target Enum Value' reference
|
java.lang.String |
getTargetValue()
Returns the value of the 'Target Value' attribute
|
Variable |
getTargetVariable()
Returns the value of the 'Target Variable' reference
|
void |
setAttribute(Attribute value)
Sets the value of the '
Attribute ' reference |
void |
setSource(SourceOfCondition value)
Sets the value of the '
Source ' reference |
void |
setTargetEnumValue(Literal value)
Sets the value of the '
Target Enum Value ' reference |
void |
setTargetValue(java.lang.String value)
Sets the value of the '
Target Value ' attribute |
void |
setTargetVariable(Variable value)
Sets the value of the '
Target Variable ' reference |
getName, isSetName, setName, unsetName
getAnnotations
static final java.lang.String copyright
Attribute getAttribute()
If the meaning of the 'Attribute' reference isn't clear, there really should be more of a description here...
setAttribute(Attribute)
,
org.ocopomo.ccd.model.CCDModelPackage#getAttributeElement_Attribute()
void setAttribute(Attribute value)
Attribute
' reference.
value
- the new value of the 'Attribute' reference.getAttribute()
java.lang.String getTargetValue()
If the meaning of the 'Target Value' attribute isn't clear, there really should be more of a description here...
setTargetValue(String)
,
org.ocopomo.ccd.model.CCDModelPackage#getAttributeElement_TargetValue()
void setTargetValue(java.lang.String value)
Target Value
' attribute.
value
- the new value of the 'Target Value' attribute.getTargetValue()
Literal getTargetEnumValue()
If the meaning of the 'Target Enum Value' reference isn't clear, there really should be more of a description here...
setTargetEnumValue(Literal)
,
org.ocopomo.ccd.model.CCDModelPackage#getAttributeElement_TargetEnumValue()
void setTargetEnumValue(Literal value)
Target Enum Value
' reference.
value
- the new value of the 'Target Enum Value' reference.getTargetEnumValue()
Variable getTargetVariable()
If the meaning of the 'Target Variable' reference isn't clear, there really should be more of a description here...
setTargetVariable(Variable)
,
org.ocopomo.ccd.model.CCDModelPackage#getAttributeElement_TargetVariable()
void setTargetVariable(Variable value)
Target Variable
' reference.
value
- the new value of the 'Target Variable' reference.getTargetVariable()
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#getAttributeElement_Source()
void setSource(SourceOfCondition value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
java.lang.String getAttributeName()