public interface Part
The following features are supported:
EsxPackage.getPart()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Returns the value of the 'Label' attribute.
|
byte |
getLevel()
Returns the value of the 'Level' attribute.
|
byte |
getMotionSequenceStatus()
Returns the value of the 'Motion Sequence Status' attribute.
|
java.lang.String |
getSampleLabel(short sampleNumber) |
void |
setLevel(byte value)
Sets the value of the '
Level ' attribute. |
void |
setMotionSequenceStatus(byte value)
Sets the value of the '
Motion Sequence Status ' attribute. |
java.lang.String getLabel()
"true"
.
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
EsxPackage.getPart_Label()
byte getLevel()
If the meaning of the 'Level' attribute isn't clear, there really should be more of a description here...
setLevel(byte)
,
EsxPackage.getPart_Level()
void setLevel(byte value)
Level
' attribute.
value
- the new value of the 'Level' attribute.getLevel()
byte getMotionSequenceStatus()
If the meaning of the 'Motion Sequence Status' attribute isn't clear, there really should be more of a description here...
setMotionSequenceStatus(byte)
,
EsxPackage.getPart_MotionSequenceStatus()
void setMotionSequenceStatus(byte value)
Motion Sequence Status
' attribute.
value
- the new value of the 'Motion Sequence Status' attribute.getMotionSequenceStatus()
java.lang.String getSampleLabel(short sampleNumber)