public interface PartWithSlice
The following features are supported:
EsxPackage.getPartWithSlice()
Modifier and Type | Method and Description |
---|---|
byte |
getReservedByte()
Returns the value of the 'Reserved Byte' attribute.
|
byte |
getSliceNumber()
Returns the value of the 'Slice Number' attribute.
|
void |
setReservedByte(byte value)
Sets the value of the '
Reserved Byte ' attribute. |
void |
setSliceNumber(byte value)
Sets the value of the '
Slice Number ' attribute. |
byte getReservedByte()
If the meaning of the 'Reserved Byte' attribute isn't clear, there really should be more of a description here...
setReservedByte(byte)
,
EsxPackage.getPartWithSlice_ReservedByte()
void setReservedByte(byte value)
Reserved Byte
' attribute.
value
- the new value of the 'Reserved Byte' attribute.getReservedByte()
byte getSliceNumber()
If the meaning of the 'Slice Number' attribute isn't clear, there really should be more of a description here...
setSliceNumber(byte)
,
EsxPackage.getPartWithSlice_SliceNumber()
void setSliceNumber(byte value)
Slice Number
' attribute.
value
- the new value of the 'Slice Number' attribute.getSliceNumber()