public class SongEventControlImpl extends SongEventImpl implements SongEventControl
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static OperationType |
OPERATION_TYPE_EDEFAULT
The default value of the '
Operation Type ' 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. |
protected byte |
value
The cached value of the '
Value ' attribute. |
protected static byte |
VALUE_EDEFAULT
The default value of the '
Value ' 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 |
SongEventControlImpl() |
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() |
OperationType |
getOperationType() |
byte |
getReservedByte() |
short |
getReservedShort() |
byte |
getValue() |
void |
init(byte[] b) |
void |
setReservedByte(byte newReservedByte) |
void |
setReservedShort(short newReservedShort) |
void |
setValue(byte newValue) |
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 OperationType OPERATION_TYPE_EDEFAULT
Operation Type
' attribute.
getOperationType()
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()
protected static final byte VALUE_EDEFAULT
Value
' attribute.
getValue()
,
Constant Field Valuesprotected byte value
Value
' attribute.
getValue()
public void init(byte[] b)
init
in interface SongEventControl
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 OperationType getOperationType()
getOperationType
in interface SongEventControl
OperationType
,
EsxPackage.getSongEventControl_OperationType()
public byte getValue()
getValue
in interface SongEventControl
SongEventControl.setValue(byte)
,
EsxPackage.getSongEventControl_Value()
public void setValue(byte newValue)
setValue
in interface SongEventControl
newValue
- the new value of the 'Value' attribute.SongEventControl.getValue()
public byte getReservedByte()
getReservedByte
in interface SongEventControl
SongEventControl.setReservedByte(byte)
,
EsxPackage.getSongEventControl_ReservedByte()
public void setReservedByte(byte newReservedByte)
setReservedByte
in interface SongEventControl
newReservedByte
- the new value of the 'Reserved Byte' attribute.SongEventControl.getReservedByte()
public short getReservedShort()
getReservedShort
in interface SongEventControl
SongEventControl.setReservedShort(short)
,
EsxPackage.getSongEventControl_ReservedShort()
public void setReservedShort(short newReservedShort)
setReservedShort
in interface SongEventControl
newReservedShort
- the new value of the 'Reserved Short' attribute.SongEventControl.getReservedShort()
public byte[] toByteArray()
toByteArray
in interface SongEventControl
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