public interface PartWithSample
The following features are supported:
EsxPackage.getPartWithSample()| Modifier and Type | Method and Description |
|---|---|
byte |
getReservedBitsAfterReverse()
Returns the value of the 'Reserved Bits After Reverse' attribute.
|
Reverse |
getReverse()
Returns the value of the 'Reverse' attribute.
|
java.lang.String |
getSampleLabel()
Returns the value of the 'Sample Label' attribute.
|
short |
getSamplePointer()
Returns the value of the 'Sample Pointer' attribute.
|
byte |
getStartPoint()
Returns the value of the 'Start Point' attribute.
|
void |
setReservedBitsAfterReverse(byte value)
Sets the value of the '
Reserved Bits After Reverse' attribute. |
void |
setReverse(Reverse value)
Sets the value of the '
Reverse' attribute. |
void |
setSamplePointer(short value)
Sets the value of the '
Sample Pointer' attribute. |
void |
setStartPoint(byte value)
Sets the value of the '
Start Point' attribute. |
Reverse getReverse()
Reverse.
If the meaning of the 'Reverse' attribute isn't clear, there really should be more of a description here...
Reverse,
setReverse(Reverse),
EsxPackage.getPartWithSample_Reverse()void setReverse(Reverse value)
Reverse' attribute.
value - the new value of the 'Reverse' attribute.Reverse,
getReverse()java.lang.String getSampleLabel()
If the meaning of the 'Sample Label' attribute isn't clear, there really should be more of a description here...
EsxPackage.getPartWithSample_SampleLabel()short getSamplePointer()
If the meaning of the 'Sample Pointer' attribute isn't clear, there really should be more of a description here...
setSamplePointer(short),
EsxPackage.getPartWithSample_SamplePointer()void setSamplePointer(short value)
Sample Pointer' attribute.
value - the new value of the 'Sample Pointer' attribute.getSamplePointer()byte getStartPoint()
If the meaning of the 'Start Point' attribute isn't clear, there really should be more of a description here...
setStartPoint(byte),
EsxPackage.getPartWithSample_StartPoint()void setStartPoint(byte value)
Start Point' attribute.
value - the new value of the 'Start Point' attribute.getStartPoint()byte getReservedBitsAfterReverse()
If the meaning of the 'Reserved Bits After Reverse' attribute isn't clear, there really should be more of a description here...
setReservedBitsAfterReverse(byte),
EsxPackage.getPartWithSample_ReservedBitsAfterReverse()void setReservedBitsAfterReverse(byte value)
Reserved Bits After Reverse' attribute.
value - the new value of the 'Reserved Bits After Reverse' attribute.getReservedBitsAfterReverse()