public class TimeSeriesImpl extends ValueImpl implements TimeSeries
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static int |
SCALING_FACTOR_EDEFAULT
The default value of the '
Scaling Factor ' attribute. |
protected int |
scalingFactor
The cached value of the '
Scaling Factor ' attribute. |
protected Unit |
unit
The cached value of the '
Unit ' containment reference. |
protected <any> |
value
The cached value of the '
Value ' attribute list. |
synched, SYNCHED_EDEFAULT
Modifier | Constructor and Description |
---|---|
protected |
TimeSeriesImpl() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
basicSetUnit(Unit newUnit,
NotificationChain msgs) |
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 |
getScalingFactor() |
Unit |
getUnit() |
<any> |
getValue() |
void |
setScalingFactor(int newScalingFactor) |
void |
setUnit(Unit newUnit) |
java.lang.String |
toString() |
isSynched, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isSynched, setSynched
protected static final int SCALING_FACTOR_EDEFAULT
Scaling Factor
' attribute.
getScalingFactor()
,
Constant Field Valuesprotected int scalingFactor
Scaling Factor
' attribute.
getScalingFactor()
protected <any> value
Value
' attribute list.
getValue()
protected EClass eStaticClass()
eStaticClass
in class ValueImpl
public Unit getUnit()
getUnit
in interface TimeSeries
TimeSeries.setUnit(Unit)
,
ValuesPackage.getTimeSeries_Unit()
public NotificationChain basicSetUnit(Unit newUnit, NotificationChain msgs)
public void setUnit(Unit newUnit)
setUnit
in interface TimeSeries
newUnit
- the new value of the 'Unit' containment reference.TimeSeries.getUnit()
public int getScalingFactor()
getScalingFactor
in interface TimeSeries
TimeSeries.setScalingFactor(int)
,
ValuesPackage.getTimeSeries_ScalingFactor()
public void setScalingFactor(int newScalingFactor)
setScalingFactor
in interface TimeSeries
newScalingFactor
- the new value of the 'Scaling Factor' attribute.TimeSeries.getScalingFactor()
public <any> getValue()
getValue
in interface TimeSeries
ValuesPackage.getTimeSeries_Value()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)