public class SongEventMuteStatusImpl extends SongEventImpl implements SongEventMuteStatus
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static short |
MUTE_STATUS_EDEFAULT
The default value of the '
Mute Status' attribute. |
protected short |
muteStatus
The cached value of the '
Mute Status' attribute. |
protected static short |
RESERVED_SHORT_EDEFAULT
The default value of the '
Reserved Short' attribute. |
protected short |
reservedShort
The cached value of the '
Reserved Short' attribute. |
CURRENT_POSITION_EDEFAULT, EVENT_INFO_EDEFAULT, EVENT_TYPE_EDEFAULT, measure, MEASURE_EDEFAULT, OPERATION_NUMBER_EDEFAULT, operationNumber, POSITION_NUMBER_EDEFAULT, positionNumber, step, STEP_EDEFAULT| Modifier | Constructor and Description |
|---|---|
protected |
SongEventMuteStatusImpl() |
| 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) |
java.lang.String |
getEventInfo() |
java.lang.String |
getEventType() |
short |
getMuteStatus() |
short |
getReservedShort() |
void |
init(byte[] b) |
void |
setMuteStatus(short newMuteStatus) |
void |
setReservedShort(short newReservedShort) |
byte[] |
toByteArray() |
java.lang.String |
toString() |
getCurrentPosition, getMeasure, getOperationNumber, getPositionNumber, getStep, setMeasure, setOperationNumber, setPositionNumber, setStepclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCurrentPosition, getMeasure, getOperationNumber, getPositionNumber, getStep, setMeasure, setOperationNumber, setPositionNumber, setStepprotected static final short RESERVED_SHORT_EDEFAULT
Reserved Short' attribute.
getReservedShort(),
Constant Field Valuesprotected short reservedShort
Reserved Short' attribute.
getReservedShort()protected static final short MUTE_STATUS_EDEFAULT
Mute Status' attribute.
getMuteStatus(),
Constant Field Valuesprotected short muteStatus
Mute Status' attribute.
getMuteStatus()public void init(byte[] b)
init in interface SongEventMuteStatusprotected EClass eStaticClass()
eStaticClass in class SongEventImplpublic java.lang.String getEventInfo()
SongEventImplgetEventInfo in interface SongEventgetEventInfo in class SongEventImplEsxPackage.getSongEvent_EventInfo()public java.lang.String getEventType()
SongEventImplgetEventType in interface SongEventgetEventType in class SongEventImplEsxPackage.getSongEvent_EventType()public short getReservedShort()
getReservedShort in interface SongEventMuteStatusSongEventMuteStatus.setReservedShort(short),
EsxPackage.getSongEventMuteStatus_ReservedShort()public void setReservedShort(short newReservedShort)
setReservedShort in interface SongEventMuteStatusnewReservedShort - the new value of the 'Reserved Short' attribute.SongEventMuteStatus.getReservedShort()public short getMuteStatus()
getMuteStatus in interface SongEventMuteStatusSongEventMuteStatus.setMuteStatus(short),
EsxPackage.getSongEventMuteStatus_MuteStatus()public void setMuteStatus(short newMuteStatus)
setMuteStatus in interface SongEventMuteStatusnewMuteStatus - the new value of the 'Mute Status' attribute.SongEventMuteStatus.getMuteStatus()public byte[] toByteArray()
toByteArray in interface SongEventMuteStatuspublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class SongEventImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class SongEventImplpublic void eUnset(int featureID)
eUnset in class SongEventImplpublic boolean eIsSet(int featureID)
eIsSet in class SongEventImplpublic java.lang.String toString()
toString in class SongEventImpl