public class SampleData16BitImpl extends SampleDataImpl implements SampleData16Bit
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected short |
sample
The cached value of the '
Sample ' attribute. |
protected static short |
SAMPLE_EDEFAULT
The default value of the '
Sample ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
SampleData16BitImpl() |
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) |
short |
getSample() |
void |
setSample(short newSample) |
java.lang.String |
toString() |
protected static final short SAMPLE_EDEFAULT
Sample
' attribute.
getSample()
,
Constant Field Valuesprotected short sample
Sample
' attribute.
getSample()
protected EClass eStaticClass()
eStaticClass
in class SampleDataImpl
public short getSample()
getSample
in interface SampleData16Bit
SampleData16Bit.setSample(short)
,
WavPackage.getSampleData16Bit_Sample()
public void setSample(short newSample)
setSample
in interface SampleData16Bit
newSample
- the new value of the 'Sample' attribute.SampleData16Bit.getSample()
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()