public class ParametersFxImpl extends EObjectImpl implements ParametersFx
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected byte |
edit1
The cached value of the '
Edit1 ' attribute. |
protected static byte |
EDIT1_EDEFAULT
The default value of the '
Edit1 ' attribute. |
protected byte |
edit2
The cached value of the '
Edit2 ' attribute. |
protected static byte |
EDIT2_EDEFAULT
The default value of the '
Edit2 ' attribute. |
protected static FxType |
EFFECT_TYPE_EDEFAULT
The default value of the '
Effect Type ' attribute. |
protected FxType |
effectType
The cached value of the '
Effect Type ' attribute. |
protected static byte |
MOTION_SEQUENCE_STATUS_EDEFAULT
The default value of the '
Motion Sequence Status ' attribute. |
protected byte |
motionSequenceStatus
The cached value of the '
Motion Sequence Status ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
ParametersFxImpl() |
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 |
getEdit1() |
byte |
getEdit2() |
FxType |
getEffectType() |
byte |
getMotionSequenceStatus() |
void |
init(byte[] b) |
void |
setEdit1(byte newEdit1) |
void |
setEdit2(byte newEdit2) |
void |
setEffectType(FxType newEffectType) |
void |
setMotionSequenceStatus(byte newMotionSequenceStatus) |
byte[] |
toByteArray() |
java.lang.String |
toString() |
protected static final FxType EFFECT_TYPE_EDEFAULT
Effect Type
' attribute.
getEffectType()
protected FxType effectType
Effect Type
' attribute.
getEffectType()
protected static final byte EDIT1_EDEFAULT
Edit1
' attribute.
getEdit1()
,
Constant Field Valuesprotected byte edit1
Edit1
' attribute.
getEdit1()
protected static final byte EDIT2_EDEFAULT
Edit2
' attribute.
getEdit2()
,
Constant Field Valuesprotected byte edit2
Edit2
' attribute.
getEdit2()
protected static final byte MOTION_SEQUENCE_STATUS_EDEFAULT
Motion Sequence Status
' attribute.
protected byte motionSequenceStatus
Motion Sequence Status
' attribute.
getMotionSequenceStatus()
public void init(byte[] b)
init
in interface ParametersFx
protected EClass eStaticClass()
public FxType getEffectType()
getEffectType
in interface ParametersFx
FxType
,
ParametersFx.setEffectType(FxType)
,
EsxPackage.getParametersFx_EffectType()
public void setEffectType(FxType newEffectType)
setEffectType
in interface ParametersFx
newEffectType
- the new value of the 'Effect Type' attribute.FxType
,
ParametersFx.getEffectType()
public byte getEdit1()
getEdit1
in interface ParametersFx
ParametersFx.setEdit1(byte)
,
EsxPackage.getParametersFx_Edit1()
public void setEdit1(byte newEdit1)
setEdit1
in interface ParametersFx
newEdit1
- the new value of the 'Edit1' attribute.ParametersFx.getEdit1()
public byte getEdit2()
getEdit2
in interface ParametersFx
ParametersFx.setEdit2(byte)
,
EsxPackage.getParametersFx_Edit2()
public void setEdit2(byte newEdit2)
setEdit2
in interface ParametersFx
newEdit2
- the new value of the 'Edit2' attribute.ParametersFx.getEdit2()
public byte getMotionSequenceStatus()
getMotionSequenceStatus
in interface ParametersFx
ParametersFx.setMotionSequenceStatus(byte)
,
EsxPackage.getParametersFx_MotionSequenceStatus()
public void setMotionSequenceStatus(byte newMotionSequenceStatus)
setMotionSequenceStatus
in interface ParametersFx
newMotionSequenceStatus
- the new value of the 'Motion Sequence Status' attribute.ParametersFx.getMotionSequenceStatus()
public byte[] toByteArray()
toByteArray
in interface ParametersFx
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()