public abstract class SongEventImpl extends EObjectImpl implements SongEvent
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static int |
CURRENT_POSITION_EDEFAULT
The default value of the '
Current Position' attribute. |
protected static java.lang.String |
EVENT_INFO_EDEFAULT
The default value of the '
Event Info' attribute. |
protected static java.lang.String |
EVENT_TYPE_EDEFAULT
The default value of the '
Event Type' attribute. |
protected byte |
measure
The cached value of the '
Measure' attribute. |
protected static byte |
MEASURE_EDEFAULT
The default value of the '
Measure' attribute. |
protected static short |
OPERATION_NUMBER_EDEFAULT
The default value of the '
Operation Number' attribute. |
protected short |
operationNumber
The cached value of the '
Operation Number' attribute. |
protected static byte |
POSITION_NUMBER_EDEFAULT
The default value of the '
Position Number' attribute. |
protected byte |
positionNumber
The cached value of the '
Position Number' attribute. |
protected byte |
step
The cached value of the '
Step' attribute. |
protected static byte |
STEP_EDEFAULT
The default value of the '
Step' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
SongEventImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
int |
getCurrentPosition() |
java.lang.String |
getEventInfo() |
java.lang.String |
getEventType() |
byte |
getMeasure() |
short |
getOperationNumber() |
byte |
getPositionNumber() |
byte |
getStep() |
void |
setMeasure(byte newMeasure) |
void |
setOperationNumber(short newOperationNumber) |
void |
setPositionNumber(byte newPositionNumber) |
void |
setStep(byte newStep) |
java.lang.String |
toString() |
protected static final int CURRENT_POSITION_EDEFAULT
Current Position' attribute.
getCurrentPosition(),
Constant Field Valuesprotected static final java.lang.String EVENT_INFO_EDEFAULT
Event Info' attribute.
getEventInfo(),
Constant Field Valuesprotected static final java.lang.String EVENT_TYPE_EDEFAULT
Event Type' attribute.
getEventType(),
Constant Field Valuesprotected static final byte MEASURE_EDEFAULT
Measure' attribute.
getMeasure(),
Constant Field Valuesprotected byte measure
Measure' attribute.
getMeasure()protected static final short OPERATION_NUMBER_EDEFAULT
Operation Number' attribute.
getOperationNumber(),
Constant Field Valuesprotected short operationNumber
Operation Number' attribute.
getOperationNumber()protected static final byte POSITION_NUMBER_EDEFAULT
Position Number' attribute.
getPositionNumber(),
Constant Field Valuesprotected byte positionNumber
Position Number' attribute.
getPositionNumber()protected static final byte STEP_EDEFAULT
Step' attribute.
getStep(),
Constant Field Valuesprotected EClass eStaticClass()
public int getCurrentPosition()
getCurrentPosition in interface SongEventEsxPackage.getSongEvent_CurrentPosition()public java.lang.String getEventInfo()
getEventInfo in interface SongEventEsxPackage.getSongEvent_EventInfo()public java.lang.String getEventType()
getEventType in interface SongEventEsxPackage.getSongEvent_EventType()public byte getMeasure()
getMeasure in interface SongEventSongEvent.setMeasure(byte),
EsxPackage.getSongEvent_Measure()public void setMeasure(byte newMeasure)
setMeasure in interface SongEventnewMeasure - the new value of the 'Measure' attribute.SongEvent.getMeasure()public short getOperationNumber()
getOperationNumber in interface SongEventSongEvent.setOperationNumber(short),
EsxPackage.getSongEvent_OperationNumber()public void setOperationNumber(short newOperationNumber)
setOperationNumber in interface SongEventnewOperationNumber - the new value of the 'Operation Number' attribute.SongEvent.getOperationNumber()public byte getPositionNumber()
getPositionNumber in interface SongEventSongEvent.setPositionNumber(byte),
EsxPackage.getSongEvent_PositionNumber()public void setPositionNumber(byte newPositionNumber)
setPositionNumber in interface SongEventnewPositionNumber - the new value of the 'Position Number' attribute.SongEvent.getPositionNumber()public byte getStep()
getStep in interface SongEventSongEvent.setStep(byte),
EsxPackage.getSongEvent_Step()public void setStep(byte newStep)
setStep in interface SongEventnewStep - the new value of the 'Step' attribute.SongEvent.getStep()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()