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, setStepclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCurrentPosition, getMeasure, getOperationNumber, getPositionNumber, getStep, setMeasure, setOperationNumber, setPositionNumber, setStepprotected 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 SongEventDrumNoteprotected 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 SongEventPart getPart()
getPart in interface SongEventWithPartSongEventPart,
SongEventWithPart.setPart(SongEventPart),
EsxPackage.getSongEventWithPart_Part()public void setPart(SongEventPart newPart)
setPart in interface SongEventWithPartnewPart - the new value of the 'Part' attribute.SongEventPart,
SongEventWithPart.getPart()public byte getReservedByte()
getReservedByte in interface SongEventDrumNoteSongEventDrumNote.setReservedByte(byte),
EsxPackage.getSongEventDrumNote_ReservedByte()public void setReservedByte(byte newReservedByte)
setReservedByte in interface SongEventDrumNotenewReservedByte - the new value of the 'Reserved Byte' attribute.SongEventDrumNote.getReservedByte()public short getReservedShort()
getReservedShort in interface SongEventDrumNoteSongEventDrumNote.setReservedShort(short),
EsxPackage.getSongEventDrumNote_ReservedShort()public void setReservedShort(short newReservedShort)
setReservedShort in interface SongEventDrumNotenewReservedShort - the new value of the 'Reserved Short' attribute.SongEventDrumNote.getReservedShort()public byte[] toByteArray()
toByteArray in interface SongEventDrumNotepublic 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 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