public class SongEventTempoImpl extends SongEventImpl implements SongEventTempo
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
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. |
protected Tempo |
tempo
The cached value of the '
Tempo' containment reference. |
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 |
SongEventTempoImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetTempo(Tempo newTempo,
NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
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 |
getReservedShort() |
Tempo |
getTempo() |
void |
init(byte[] b) |
void |
setReservedShort(short newReservedShort) |
void |
setTempo(Tempo newTempo) |
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 Tempo tempo
Tempo' containment reference.
getTempo()public void init(byte[] b)
init in interface SongEventTempoprotected 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 Tempo getTempo()
getTempo in interface SongEventTempoSongEventTempo.setTempo(Tempo),
EsxPackage.getSongEventTempo_Tempo()public NotificationChain basicSetTempo(Tempo newTempo, NotificationChain msgs)
public void setTempo(Tempo newTempo)
setTempo in interface SongEventTemponewTempo - the new value of the 'Tempo' containment reference.SongEventTempo.getTempo()public short getReservedShort()
getReservedShort in interface SongEventTempoSongEventTempo.setReservedShort(short),
EsxPackage.getSongEventTempo_ReservedShort()public void setReservedShort(short newReservedShort)
setReservedShort in interface SongEventTemponewReservedShort - the new value of the 'Reserved Short' attribute.SongEventTempo.getReservedShort()public byte[] toByteArray()
toByteArray in interface SongEventTempopublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public 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