public class SampleLoopImpl extends EObjectImpl implements SampleLoop
The following features are implemented:
| 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 java.lang.Long |
end
The cached value of the '
End' attribute. |
protected static java.lang.Long |
END_EDEFAULT
The default value of the '
End' attribute. |
protected java.lang.Long |
fraction
The cached value of the '
Fraction' attribute. |
protected static java.lang.Long |
FRACTION_EDEFAULT
The default value of the '
Fraction' attribute. |
protected static java.lang.Long |
PLAY_COUNT_EDEFAULT
The default value of the '
Play Count' attribute. |
protected java.lang.Long |
playCount
The cached value of the '
Play Count' attribute. |
protected java.lang.Long |
start
The cached value of the '
Start' attribute. |
protected static java.lang.Long |
START_EDEFAULT
The default value of the '
Start' attribute. |
protected java.lang.Long |
type
The cached value of the '
Type' attribute. |
protected static java.lang.Long |
TYPE_EDEFAULT
The default value of the '
Type' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
SampleLoopImpl() |
| 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 |
getEnd() |
java.lang.Long |
getFraction() |
java.lang.Long |
getPlayCount() |
java.lang.Long |
getStart() |
java.lang.Long |
getType() |
void |
setCuePointID(java.lang.Long newCuePointID) |
void |
setEnd(java.lang.Long newEnd) |
void |
setFraction(java.lang.Long newFraction) |
void |
setPlayCount(java.lang.Long newPlayCount) |
void |
setStart(java.lang.Long newStart) |
void |
setType(java.lang.Long newType) |
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 TYPE_EDEFAULT
Type' attribute.
getType()protected static final java.lang.Long START_EDEFAULT
Start' attribute.
getStart()protected java.lang.Long start
Start' attribute.
getStart()protected static final java.lang.Long END_EDEFAULT
End' attribute.
getEnd()protected static final java.lang.Long FRACTION_EDEFAULT
Fraction' attribute.
getFraction()protected java.lang.Long fraction
Fraction' attribute.
getFraction()protected static final java.lang.Long PLAY_COUNT_EDEFAULT
Play Count' attribute.
getPlayCount()protected java.lang.Long playCount
Play Count' attribute.
getPlayCount()protected EClass eStaticClass()
public java.lang.Long getCuePointID()
getCuePointID in interface SampleLoopSampleLoop.setCuePointID(Long),
WavPackage.getSampleLoop_CuePointID()public void setCuePointID(java.lang.Long newCuePointID)
setCuePointID in interface SampleLoopnewCuePointID - the new value of the 'Cue Point ID' attribute.SampleLoop.getCuePointID()public java.lang.Long getType()
getType in interface SampleLoopSampleLoop.setType(Long),
WavPackage.getSampleLoop_Type()public void setType(java.lang.Long newType)
setType in interface SampleLoopnewType - the new value of the 'Type' attribute.SampleLoop.getType()public java.lang.Long getStart()
getStart in interface SampleLoopSampleLoop.setStart(Long),
WavPackage.getSampleLoop_Start()public void setStart(java.lang.Long newStart)
setStart in interface SampleLoopnewStart - the new value of the 'Start' attribute.SampleLoop.getStart()public java.lang.Long getEnd()
getEnd in interface SampleLoopSampleLoop.setEnd(Long),
WavPackage.getSampleLoop_End()public void setEnd(java.lang.Long newEnd)
setEnd in interface SampleLoopnewEnd - the new value of the 'End' attribute.SampleLoop.getEnd()public java.lang.Long getFraction()
getFraction in interface SampleLoopSampleLoop.setFraction(Long),
WavPackage.getSampleLoop_Fraction()public void setFraction(java.lang.Long newFraction)
setFraction in interface SampleLoopnewFraction - the new value of the 'Fraction' attribute.SampleLoop.getFraction()public java.lang.Long getPlayCount()
getPlayCount in interface SampleLoopSampleLoop.setPlayCount(Long),
WavPackage.getSampleLoop_PlayCount()public void setPlayCount(java.lang.Long newPlayCount)
setPlayCount in interface SampleLoopnewPlayCount - the new value of the 'Play Count' attribute.SampleLoop.getPlayCount()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()