public class ParametersMotionImpl extends EObjectImpl implements ParametersMotion
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static int |
CURRENT_POSITION_EDEFAULT
The default value of the '
Current Position' attribute. |
protected static boolean |
EMPTY_EDEFAULT
The default value of the '
Empty' attribute. |
protected |
operation
The cached value of the '
Operation' containment reference list. |
protected static short |
OPERATION_NUMBER_EDEFAULT
The default value of the '
Operation Number' attribute. |
protected static OperationType |
OPERATION_TYPE_EDEFAULT
The default value of the '
Operation Type' attribute. |
protected short |
operationNumber
The cached value of the '
Operation Number' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
ParametersMotionImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
int |
getCurrentPosition() |
|
getOperation() |
short |
getOperationNumber() |
OperationType |
getOperationType() |
void |
init(byte[] b) |
boolean |
isEmpty() |
void |
setOperationNumber(short newOperationNumber) |
byte[] |
toByteArray() |
java.lang.String |
toString() |
protected static final int CURRENT_POSITION_EDEFAULT
Current Position' attribute.
getCurrentPosition(),
Constant Field Valuesprotected static final boolean EMPTY_EDEFAULT
Empty' attribute.
isEmpty(),
Constant Field Valuesprotectedoperation
Operation' containment reference list.
getOperation()protected static final short OPERATION_NUMBER_EDEFAULT
Operation Number' attribute.
getOperationNumber(),
Constant Field Valuesprotected short operationNumber
Operation Number' attribute.
getOperationNumber()protected static final OperationType OPERATION_TYPE_EDEFAULT
Operation Type' attribute.
getOperationType()public void init(byte[] b)
init in interface ParametersMotionprotected EClass eStaticClass()
public int getCurrentPosition()
getCurrentPosition in interface ParametersMotionEsxPackage.getParametersMotion_CurrentPosition()public boolean isEmpty()
isEmpty in interface ParametersMotionEsxPackage.getParametersMotion_Empty()publicgetOperation()
getOperation in interface ParametersMotionEsxPackage.getParametersMotion_Operation()public short getOperationNumber()
getOperationNumber in interface ParametersMotionParametersMotion.setOperationNumber(short),
EsxPackage.getParametersMotion_OperationNumber()public void setOperationNumber(short newOperationNumber)
setOperationNumber in interface ParametersMotionnewOperationNumber - the new value of the 'Operation Number' attribute.ParametersMotion.getOperationNumber()public OperationType getOperationType()
getOperationType in interface ParametersMotionOperationType,
EsxPackage.getParametersMotion_OperationType()public byte[] toByteArray()
toByteArray in interface ParametersMotionpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
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()