public interface SongEvent
The following features are supported:
EsxPackage.getSongEvent()| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPosition()
Returns the value of the 'Current Position' attribute.
|
java.lang.String |
getEventInfo()
Returns the value of the 'Event Info' attribute.
|
java.lang.String |
getEventType()
Returns the value of the 'Event Type' attribute.
|
byte |
getMeasure()
Returns the value of the 'Measure' attribute.
|
short |
getOperationNumber()
Returns the value of the 'Operation Number' attribute.
|
byte |
getPositionNumber()
Returns the value of the 'Position Number' attribute.
|
byte |
getStep()
Returns the value of the 'Step' attribute.
|
void |
setMeasure(byte value)
Sets the value of the '
Measure' attribute. |
void |
setOperationNumber(short value)
Sets the value of the '
Operation Number' attribute. |
void |
setPositionNumber(byte value)
Sets the value of the '
Position Number' attribute. |
void |
setStep(byte value)
Sets the value of the '
Step' attribute. |
int getCurrentPosition()
"-1".
If the meaning of the 'Current Position' attribute isn't clear, there really should be more of a description here...
EsxPackage.getSongEvent_CurrentPosition()java.lang.String getEventInfo()
"-1".
If the meaning of the 'Event Info' attribute isn't clear, there really should be more of a description here...
EsxPackage.getSongEvent_EventInfo()java.lang.String getEventType()
"-1".
If the meaning of the 'Event Type' attribute isn't clear, there really should be more of a description here...
EsxPackage.getSongEvent_EventType()byte getMeasure()
If the meaning of the 'Measure' attribute isn't clear, there really should be more of a description here...
setMeasure(byte),
EsxPackage.getSongEvent_Measure()void setMeasure(byte value)
Measure' attribute.
value - the new value of the 'Measure' attribute.getMeasure()short getOperationNumber()
If the meaning of the 'Operation Number' attribute isn't clear, there really should be more of a description here...
setOperationNumber(short),
EsxPackage.getSongEvent_OperationNumber()void setOperationNumber(short value)
Operation Number' attribute.
value - the new value of the 'Operation Number' attribute.getOperationNumber()byte getPositionNumber()
If the meaning of the 'Position Number' attribute isn't clear, there really should be more of a description here...
setPositionNumber(byte),
EsxPackage.getSongEvent_PositionNumber()void setPositionNumber(byte value)
Position Number' attribute.
value - the new value of the 'Position Number' attribute.getPositionNumber()byte getStep()
If the meaning of the 'Step' attribute isn't clear, there really should be more of a description here...
setStep(byte),
EsxPackage.getSongEvent_Step()