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