public class SongEventDrumNoteImpl extends SongEventImpl implements SongEventDrumNote
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected SongEventPart |
part
The cached value of the '
Part ' attribute. |
protected static SongEventPart |
PART_EDEFAULT
The default value of the '
Part ' attribute. |
protected static byte |
RESERVED_BYTE_EDEFAULT
The default value of the '
Reserved Byte ' attribute. |
protected static short |
RESERVED_SHORT_EDEFAULT
The default value of the '
Reserved Short ' attribute. |
protected byte |
reservedByte
The cached value of the '
Reserved Byte ' 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 |
SongEventDrumNoteImpl() |
Modifier and Type | Method and Description |
---|---|
int |
eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass) |
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() |
SongEventPart |
getPart() |
byte |
getReservedByte() |
short |
getReservedShort() |
void |
init(byte[] b) |
void |
setPart(SongEventPart newPart) |
void |
setReservedByte(byte newReservedByte) |
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 SongEventPart PART_EDEFAULT
Part
' attribute.
getPart()
protected SongEventPart part
Part
' attribute.
getPart()
protected static final byte RESERVED_BYTE_EDEFAULT
Reserved Byte
' attribute.
getReservedByte()
,
Constant Field Valuesprotected byte reservedByte
Reserved Byte
' attribute.
getReservedByte()
protected static final short RESERVED_SHORT_EDEFAULT
Reserved Short
' attribute.
getReservedShort()
,
Constant Field Valuesprotected short reservedShort
Reserved Short
' attribute.
getReservedShort()
public void init(byte[] b)
init
in interface SongEventDrumNote
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 SongEventPart getPart()
getPart
in interface SongEventWithPart
SongEventPart
,
SongEventWithPart.setPart(SongEventPart)
,
EsxPackage.getSongEventWithPart_Part()
public void setPart(SongEventPart newPart)
setPart
in interface SongEventWithPart
newPart
- the new value of the 'Part' attribute.SongEventPart
,
SongEventWithPart.getPart()
public byte getReservedByte()
getReservedByte
in interface SongEventDrumNote
SongEventDrumNote.setReservedByte(byte)
,
EsxPackage.getSongEventDrumNote_ReservedByte()
public void setReservedByte(byte newReservedByte)
setReservedByte
in interface SongEventDrumNote
newReservedByte
- the new value of the 'Reserved Byte' attribute.SongEventDrumNote.getReservedByte()
public short getReservedShort()
getReservedShort
in interface SongEventDrumNote
SongEventDrumNote.setReservedShort(short)
,
EsxPackage.getSongEventDrumNote_ReservedShort()
public void setReservedShort(short newReservedShort)
setReservedShort
in interface SongEventDrumNote
newReservedShort
- the new value of the 'Reserved Short' attribute.SongEventDrumNote.getReservedShort()
public byte[] toByteArray()
toByteArray
in interface SongEventDrumNote
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 int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class<?> baseClass)
public int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class<?> baseClass)
public java.lang.String toString()
toString
in class SongEventImpl