public interface AttributeInstance extends AnnotatedObject
The following features are supported:
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() |
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
Instance |
getSourceInstance()
Returns the value of the 'Source Instance' container reference.
|
Literal |
getTargetEnumValue()
Returns the value of the 'Target Enum Value' reference
|
java.lang.String |
getTargetValue()
Returns the value of the 'Target Value' attribute
|
boolean |
isSetName()
Returns whether the value of the '
Name ' attribute is set |
void |
setAttribute(Attribute value)
Sets the value of the '
Attribute ' reference |
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 |
setSourceInstance(Instance value)
Sets the value of the '
Source Instance ' container 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 |
unsetName()
Unsets the value of the '
Name ' attribute |
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)
,
CCDModelPackage.getAttributeInstance_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)
,
CCDModelPackage.getAttributeInstance_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)
,
CCDModelPackage.getAttributeInstance_TargetEnumValue()
void setTargetEnumValue(Literal value)
Target Enum Value
' reference.
value
- the new value of the 'Target Enum Value' reference.getTargetEnumValue()
Instance getSourceInstance()
Attributes
'.
If the meaning of the 'Source Instance' container reference isn't clear, there really should be more of a description here...
setSourceInstance(Instance)
,
CCDModelPackage.getAttributeInstance_SourceInstance()
,
Instance.getAttributes()
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.getAttributeInstance_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.getAttributeInstance_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 getAttributeName()