Modifier and Type | Field and Description |
---|---|
protected static java.lang.Long |
BLOCK_START_EDEFAULT
The default value of the '
Block Start ' attribute. |
protected java.lang.Long |
blockStart
The cached value of the '
Block Start ' attribute. |
protected static java.lang.Long |
CHUNK_START_EDEFAULT
The default value of the '
Chunk Start ' attribute. |
protected java.lang.Long |
chunkStart
The cached value of the '
Chunk Start ' attribute. |
protected static java.lang.Long |
CUE_POINT_ID_EDEFAULT
The default value of the '
Cue Point ID ' attribute. |
protected java.lang.Long |
cuePointID
The cached value of the '
Cue Point ID ' attribute. |
protected static java.lang.Long |
DATA_CHUNK_ID_EDEFAULT
The default value of the '
Data Chunk ID ' attribute. |
protected java.lang.Long |
dataChunkID
The cached value of the '
Data Chunk ID ' attribute. |
protected java.lang.Long |
position
The cached value of the '
Position ' attribute. |
protected static java.lang.Long |
POSITION_EDEFAULT
The default value of the '
Position ' attribute. |
protected static java.lang.Long |
SAMPLE_OFFSET_EDEFAULT
The default value of the '
Sample Offset ' attribute. |
protected java.lang.Long |
sampleOffset
The cached value of the '
Sample Offset ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
CuePointImpl() |
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.Long |
getBlockStart() |
java.lang.Long |
getChunkStart() |
java.lang.Long |
getCuePointID() |
java.lang.Long |
getDataChunkID() |
java.lang.Long |
getPosition() |
java.lang.Long |
getSampleOffset() |
void |
setBlockStart(java.lang.Long newBlockStart) |
void |
setChunkStart(java.lang.Long newChunkStart) |
void |
setCuePointID(java.lang.Long newCuePointID) |
void |
setDataChunkID(java.lang.Long newDataChunkID) |
void |
setPosition(java.lang.Long newPosition) |
void |
setSampleOffset(java.lang.Long newSampleOffset) |
java.lang.String |
toString() |
protected static final java.lang.Long CUE_POINT_ID_EDEFAULT
Cue Point ID
' attribute.
getCuePointID()
protected java.lang.Long cuePointID
Cue Point ID
' attribute.
getCuePointID()
protected static final java.lang.Long POSITION_EDEFAULT
Position
' attribute.
getPosition()
protected java.lang.Long position
Position
' attribute.
getPosition()
protected static final java.lang.Long DATA_CHUNK_ID_EDEFAULT
Data Chunk ID
' attribute.
getDataChunkID()
protected java.lang.Long dataChunkID
Data Chunk ID
' attribute.
getDataChunkID()
protected static final java.lang.Long CHUNK_START_EDEFAULT
Chunk Start
' attribute.
getChunkStart()
protected java.lang.Long chunkStart
Chunk Start
' attribute.
getChunkStart()
protected static final java.lang.Long BLOCK_START_EDEFAULT
Block Start
' attribute.
getBlockStart()
protected java.lang.Long blockStart
Block Start
' attribute.
getBlockStart()
protected static final java.lang.Long SAMPLE_OFFSET_EDEFAULT
Sample Offset
' attribute.
getSampleOffset()
protected java.lang.Long sampleOffset
Sample Offset
' attribute.
getSampleOffset()
protected EClass eStaticClass()
public java.lang.Long getCuePointID()
getCuePointID
in interface CuePoint
CuePoint.setCuePointID(Long)
,
WavPackage.getCuePoint_CuePointID()
public void setCuePointID(java.lang.Long newCuePointID)
setCuePointID
in interface CuePoint
newCuePointID
- the new value of the 'Cue Point ID' attribute.CuePoint.getCuePointID()
public java.lang.Long getPosition()
getPosition
in interface CuePoint
CuePoint.setPosition(Long)
,
WavPackage.getCuePoint_Position()
public void setPosition(java.lang.Long newPosition)
setPosition
in interface CuePoint
newPosition
- the new value of the 'Position' attribute.CuePoint.getPosition()
public java.lang.Long getDataChunkID()
getDataChunkID
in interface CuePoint
CuePoint.setDataChunkID(Long)
,
WavPackage.getCuePoint_DataChunkID()
public void setDataChunkID(java.lang.Long newDataChunkID)
setDataChunkID
in interface CuePoint
newDataChunkID
- the new value of the 'Data Chunk ID' attribute.CuePoint.getDataChunkID()
public java.lang.Long getChunkStart()
getChunkStart
in interface CuePoint
CuePoint.setChunkStart(Long)
,
WavPackage.getCuePoint_ChunkStart()
public void setChunkStart(java.lang.Long newChunkStart)
setChunkStart
in interface CuePoint
newChunkStart
- the new value of the 'Chunk Start' attribute.CuePoint.getChunkStart()
public java.lang.Long getBlockStart()
getBlockStart
in interface CuePoint
CuePoint.setBlockStart(Long)
,
WavPackage.getCuePoint_BlockStart()
public void setBlockStart(java.lang.Long newBlockStart)
setBlockStart
in interface CuePoint
newBlockStart
- the new value of the 'Block Start' attribute.CuePoint.getBlockStart()
public java.lang.Long getSampleOffset()
getSampleOffset
in interface CuePoint
CuePoint.setSampleOffset(Long)
,
WavPackage.getCuePoint_SampleOffset()
public void setSampleOffset(java.lang.Long newSampleOffset)
setSampleOffset
in interface CuePoint
newSampleOffset
- the new value of the 'Sample Offset' attribute.CuePoint.getSampleOffset()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()