org.eclipse.gmt.modisco.omg.smm
Interface Characteristic

All Superinterfaces:
SmmElement

public interface Characteristic
extends SmmElement

A representation of the model object 'Characteristic'.

The following features are supported:

See Also:
SmmPackage.getCharacteristic()
Generated:
Model:

Method Summary
  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.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), SmmPackage.getCharacteristic_Name()
Generated:
Model:
required="true"

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getParent

Characteristic getParent()
Returns the value of the 'Parent' reference.

If the meaning of the 'Parent' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent' reference.
See Also:
setParent(Characteristic), SmmPackage.getCharacteristic_Parent()
Generated:
Model:

setParent

void setParent(Characteristic value)
Sets the value of the 'Parent' reference.

Parameters:
value - the new value of the 'Parent' reference.
See Also:
getParent()
Generated:

getCharacteristics

 getCharacteristics()
Returns the value of the 'Characteristics' reference list. The list contents are of type 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...

Returns:
the value of the 'Characteristics' reference list.
See Also:
SmmPackage.getCharacteristic_Characteristics(), Measure.getTrait()
Generated:
Model:
opposite="trait"