Modifier and Type | Field and Description |
---|---|
protected float |
value
The cached value of the '
Value ' attribute. |
protected static float |
VALUE_EDEFAULT
The default value of the '
Value ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
TempoImpl() |
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) |
short |
getShortFromCurrentValue() |
float |
getValidValue(float value) |
float |
getValue() |
void |
setCurrentValueFromShort(short packedShort) |
void |
setValue(float newValue) |
java.lang.String |
toString() |
protected static final float VALUE_EDEFAULT
Value
' attribute.
getValue()
,
Constant Field Valuesprotected float value
Value
' attribute.
getValue()
protected EClass eStaticClass()
public float getValue()
getValue
in interface Tempo
Tempo.setValue(float)
,
EsxPackage.getTempo_Value()
public void setValue(float newValue)
setValue
in interface Tempo
newValue
- the new value of the 'Value' attribute.Tempo.getValue()
public short getShortFromCurrentValue()
getShortFromCurrentValue
in interface Tempo
public float getValidValue(float value)
getValidValue
in interface Tempo
public void setCurrentValueFromShort(short packedShort)
setCurrentValueFromShort
in interface Tempo
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()