public abstract class PartWithSampleImpl extends EObjectImpl implements PartWithSample
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static byte |
RESERVED_BITS_AFTER_REVERSE_EDEFAULT
The default value of the '
Reserved Bits After Reverse ' attribute. |
protected byte |
reservedBitsAfterReverse
The cached value of the '
Reserved Bits After Reverse ' attribute. |
protected Reverse |
reverse
The cached value of the '
Reverse ' attribute. |
protected static Reverse |
REVERSE_EDEFAULT
The default value of the '
Reverse ' attribute. |
protected static java.lang.String |
SAMPLE_LABEL_EDEFAULT
The default value of the '
Sample Label ' attribute. |
protected static short |
SAMPLE_POINTER_EDEFAULT
The default value of the '
Sample Pointer ' attribute. |
protected short |
samplePointer
The cached value of the '
Sample Pointer ' attribute. |
protected static byte |
START_POINT_EDEFAULT
The default value of the '
Start Point ' attribute. |
protected byte |
startPoint
The cached value of the '
Start Point ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
PartWithSampleImpl() |
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 |
getReservedBitsAfterReverse() |
Reverse |
getReverse() |
java.lang.String |
getSampleLabel() |
short |
getSamplePointer() |
byte |
getStartPoint() |
void |
setReservedBitsAfterReverse(byte newReservedBitsAfterReverse) |
void |
setReverse(Reverse newReverse) |
void |
setSamplePointer(short newSamplePointer) |
void |
setStartPoint(byte newStartPoint) |
java.lang.String |
toString() |
protected static final Reverse REVERSE_EDEFAULT
Reverse
' attribute.
getReverse()
protected Reverse reverse
Reverse
' attribute.
getReverse()
protected static final java.lang.String SAMPLE_LABEL_EDEFAULT
Sample Label
' attribute.
getSampleLabel()
protected static final short SAMPLE_POINTER_EDEFAULT
Sample Pointer
' attribute.
getSamplePointer()
,
Constant Field Valuesprotected short samplePointer
Sample Pointer
' attribute.
getSamplePointer()
protected static final byte START_POINT_EDEFAULT
Start Point
' attribute.
getStartPoint()
,
Constant Field Valuesprotected byte startPoint
Start Point
' attribute.
getStartPoint()
protected static final byte RESERVED_BITS_AFTER_REVERSE_EDEFAULT
Reserved Bits After Reverse
' attribute.
protected byte reservedBitsAfterReverse
Reserved Bits After Reverse
' attribute.
getReservedBitsAfterReverse()
protected EClass eStaticClass()
public Reverse getReverse()
getReverse
in interface PartWithSample
Reverse
,
PartWithSample.setReverse(Reverse)
,
EsxPackage.getPartWithSample_Reverse()
public void setReverse(Reverse newReverse)
setReverse
in interface PartWithSample
newReverse
- the new value of the 'Reverse' attribute.Reverse
,
PartWithSample.getReverse()
public java.lang.String getSampleLabel()
getSampleLabel
in interface PartWithSample
EsxPackage.getPartWithSample_SampleLabel()
public short getSamplePointer()
getSamplePointer
in interface PartWithSample
PartWithSample.setSamplePointer(short)
,
EsxPackage.getPartWithSample_SamplePointer()
public void setSamplePointer(short newSamplePointer)
setSamplePointer
in interface PartWithSample
newSamplePointer
- the new value of the 'Sample Pointer' attribute.PartWithSample.getSamplePointer()
public byte getStartPoint()
getStartPoint
in interface PartWithSample
PartWithSample.setStartPoint(byte)
,
EsxPackage.getPartWithSample_StartPoint()
public void setStartPoint(byte newStartPoint)
setStartPoint
in interface PartWithSample
newStartPoint
- the new value of the 'Start Point' attribute.PartWithSample.getStartPoint()
public byte getReservedBitsAfterReverse()
getReservedBitsAfterReverse
in interface PartWithSample
PartWithSample.setReservedBitsAfterReverse(byte)
,
EsxPackage.getPartWithSample_ReservedBitsAfterReverse()
public void setReservedBitsAfterReverse(byte newReservedBitsAfterReverse)
setReservedBitsAfterReverse
in interface PartWithSample
newReservedBitsAfterReverse
- the new value of the 'Reserved Bits After Reverse' attribute.PartWithSample.getReservedBitsAfterReverse()
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()