public interface Characteristic extends SmmElement
The following features are supported:
SmmPackage.getCharacteristic()| Modifier and Type | Method and Description |
|---|---|
|
getCharacteristics()
Returns the value of the 'Characteristics' reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
Characteristic |
getParent()
Returns the value of the 'Parent' reference.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setParent(Characteristic value)
Sets the value of the '
Parent' reference. |
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModeljava.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
SmmPackage.getCharacteristic_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Characteristic getParent()
If the meaning of the 'Parent' reference isn't clear, there really should be more of a description here...
setParent(Characteristic),
SmmPackage.getCharacteristic_Parent()void setParent(Characteristic value)
Parent' reference.
value - the new value of the 'Parent' reference.getParent()getCharacteristics()
Measure.
It is bidirectional and its opposite is 'Trait'.
If the meaning of the 'Characteristics' reference list isn't clear, there really should be more of a description here...
SmmPackage.getCharacteristic_Characteristics(),
Measure.getTrait()