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, setStep
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCurrentPosition, getMeasure, getOperationNumber, getPositionNumber, getStep, setMeasure, setOperationNumber, setPositionNumber, setStep
protected 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 SongEventMuteStatus
protected EClass eStaticClass()
eStaticClass
in class SongEventImpl
public java.lang.String getEventInfo()
SongEventImpl
getEventInfo
in interface SongEvent
getEventInfo
in class SongEventImpl
EsxPackage.getSongEvent_EventInfo()
public java.lang.String getEventType()
SongEventImpl
getEventType
in interface SongEvent
getEventType
in class SongEventImpl
EsxPackage.getSongEvent_EventType()
public short getReservedShort()
getReservedShort
in interface SongEventMuteStatus
SongEventMuteStatus.setReservedShort(short)
,
EsxPackage.getSongEventMuteStatus_ReservedShort()
public void setReservedShort(short newReservedShort)
setReservedShort
in interface SongEventMuteStatus
newReservedShort
- the new value of the 'Reserved Short' attribute.SongEventMuteStatus.getReservedShort()
public short getMuteStatus()
getMuteStatus
in interface SongEventMuteStatus
SongEventMuteStatus.setMuteStatus(short)
,
EsxPackage.getSongEventMuteStatus_MuteStatus()
public void setMuteStatus(short newMuteStatus)
setMuteStatus
in interface SongEventMuteStatus
newMuteStatus
- the new value of the 'Mute Status' attribute.SongEventMuteStatus.getMuteStatus()
public byte[] toByteArray()
toByteArray
in interface SongEventMuteStatus
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class SongEventImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class SongEventImpl
public void eUnset(int featureID)
eUnset
in class SongEventImpl
public boolean eIsSet(int featureID)
eIsSet
in class SongEventImpl
public java.lang.String toString()
toString
in class SongEventImpl