Modifier and Type | Field and Description |
---|---|
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 |
LENGTH_IN_SAMPLES_EDEFAULT
The default value of the '
Length In Samples ' attribute. |
protected java.lang.Long |
lengthInSamples
The cached value of the '
Length In Samples ' attribute. |
protected static java.lang.Long |
NUMBER_OF_REPEATS_EDEFAULT
The default value of the '
Number Of Repeats ' attribute. |
protected java.lang.Long |
numberOfRepeats
The cached value of the '
Number Of Repeats ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
SegmentImpl() |
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 |
getCuePointID() |
java.lang.Long |
getLengthInSamples() |
java.lang.Long |
getNumberOfRepeats() |
void |
setCuePointID(java.lang.Long newCuePointID) |
void |
setLengthInSamples(java.lang.Long newLengthInSamples) |
void |
setNumberOfRepeats(java.lang.Long newNumberOfRepeats) |
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 LENGTH_IN_SAMPLES_EDEFAULT
Length In Samples
' attribute.
getLengthInSamples()
protected java.lang.Long lengthInSamples
Length In Samples
' attribute.
getLengthInSamples()
protected static final java.lang.Long NUMBER_OF_REPEATS_EDEFAULT
Number Of Repeats
' attribute.
getNumberOfRepeats()
protected java.lang.Long numberOfRepeats
Number Of Repeats
' attribute.
getNumberOfRepeats()
protected EClass eStaticClass()
public java.lang.Long getCuePointID()
getCuePointID
in interface Segment
Segment.setCuePointID(Long)
,
WavPackage.getSegment_CuePointID()
public void setCuePointID(java.lang.Long newCuePointID)
setCuePointID
in interface Segment
newCuePointID
- the new value of the 'Cue Point ID' attribute.Segment.getCuePointID()
public java.lang.Long getLengthInSamples()
getLengthInSamples
in interface Segment
Segment.setLengthInSamples(Long)
,
WavPackage.getSegment_LengthInSamples()
public void setLengthInSamples(java.lang.Long newLengthInSamples)
setLengthInSamples
in interface Segment
newLengthInSamples
- the new value of the 'Length In Samples' attribute.Segment.getLengthInSamples()
public java.lang.Long getNumberOfRepeats()
getNumberOfRepeats
in interface Segment
Segment.setNumberOfRepeats(Long)
,
WavPackage.getSegment_NumberOfRepeats()
public void setNumberOfRepeats(java.lang.Long newNumberOfRepeats)
setNumberOfRepeats
in interface Segment
newNumberOfRepeats
- the new value of the 'Number Of Repeats' attribute.Segment.getNumberOfRepeats()
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()