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, 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 Tempo tempo
Tempo
' containment reference.
getTempo()
public void init(byte[] b)
init
in interface SongEventTempo
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 Tempo getTempo()
getTempo
in interface SongEventTempo
SongEventTempo.setTempo(Tempo)
,
EsxPackage.getSongEventTempo_Tempo()
public NotificationChain basicSetTempo(Tempo newTempo, NotificationChain msgs)
public void setTempo(Tempo newTempo)
setTempo
in interface SongEventTempo
newTempo
- the new value of the 'Tempo' containment reference.SongEventTempo.getTempo()
public short getReservedShort()
getReservedShort
in interface SongEventTempo
SongEventTempo.setReservedShort(short)
,
EsxPackage.getSongEventTempo_ReservedShort()
public void setReservedShort(short newReservedShort)
setReservedShort
in interface SongEventTempo
newReservedShort
- the new value of the 'Reserved Short' attribute.SongEventTempo.getReservedShort()
public byte[] toByteArray()
toByteArray
in interface SongEventTempo
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
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