public abstract class PartWithSliceImpl extends EObjectImpl implements PartWithSlice
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static byte |
RESERVED_BYTE_EDEFAULT
The default value of the '
Reserved Byte ' attribute. |
protected byte |
reservedByte
The cached value of the '
Reserved Byte ' attribute. |
protected static byte |
SLICE_NUMBER_EDEFAULT
The default value of the '
Slice Number ' attribute. |
protected byte |
sliceNumber
The cached value of the '
Slice Number ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
PartWithSliceImpl() |
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 |
getReservedByte() |
byte |
getSliceNumber() |
void |
setReservedByte(byte newReservedByte) |
void |
setSliceNumber(byte newSliceNumber) |
java.lang.String |
toString() |
protected static final byte RESERVED_BYTE_EDEFAULT
Reserved Byte
' attribute.
getReservedByte()
,
Constant Field Valuesprotected byte reservedByte
Reserved Byte
' attribute.
getReservedByte()
protected static final byte SLICE_NUMBER_EDEFAULT
Slice Number
' attribute.
getSliceNumber()
,
Constant Field Valuesprotected byte sliceNumber
Slice Number
' attribute.
getSliceNumber()
protected EClass eStaticClass()
public byte getReservedByte()
getReservedByte
in interface PartWithSlice
PartWithSlice.setReservedByte(byte)
,
EsxPackage.getPartWithSlice_ReservedByte()
public void setReservedByte(byte newReservedByte)
setReservedByte
in interface PartWithSlice
newReservedByte
- the new value of the 'Reserved Byte' attribute.PartWithSlice.getReservedByte()
public byte getSliceNumber()
getSliceNumber
in interface PartWithSlice
PartWithSlice.setSliceNumber(byte)
,
EsxPackage.getPartWithSlice_SliceNumber()
public void setSliceNumber(byte newSliceNumber)
setSliceNumber
in interface PartWithSlice
newSliceNumber
- the new value of the 'Slice Number' attribute.PartWithSlice.getSliceNumber()
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()