public class SEMeasRecordImpl extends SEBaseRecordImpl implements SEMeasRecord
The following features are implemented:
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
Modifier and Type | Field and Description |
---|---|
protected static long |
DEVICE_ID_EDEFAULT
The default value of the '
Device Id ' attribute. |
protected long |
deviceId
The cached value of the '
Device Id ' attribute. |
protected static MeasureType |
MEASURE_TYPE_EDEFAULT
The default value of the '
Measure Type ' attribute. |
protected MeasureType |
measureType
The cached value of the '
Measure Type ' attribute. |
protected static boolean |
NOT_USED_IN_CAL_EDEFAULT
The default value of the '
Not Used In Cal ' attribute. |
protected boolean |
notUsedInCal
The cached value of the '
Not Used In Cal ' attribute. |
protected boolean |
quality
The cached value of the '
Quality ' attribute. |
protected static boolean |
QUALITY_EDEFAULT
The default value of the '
Quality ' attribute. |
protected boolean |
status
The cached value of the '
Status ' attribute. |
protected static boolean |
STATUS_EDEFAULT
The default value of the '
Status ' attribute. |
measure, MEASURE_EDEFAULT, residual, RESIDUAL_EDEFAULT, weight, WEIGHT_EDEFAULT
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Modifier | Constructor and Description |
---|---|
protected |
SEMeasRecordImpl() |
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 org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
long |
getDeviceId() |
MeasureType |
getMeasureType() |
boolean |
isAlive() |
boolean |
isNotUsedInCal() |
boolean |
isQuality() |
boolean |
isStatus() |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
setDeviceId(long newDeviceId) |
void |
setMeasureType(MeasureType newMeasureType) |
void |
setNotUsedInCal(boolean newNotUsedInCal) |
void |
setQuality(boolean newQuality) |
void |
setStatus(boolean newStatus) |
java.lang.String |
toString() |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
getMeasure, getResidual, getWeight, setMeasure, setResidual, setWeight, updateResidual
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMeasure, getResidual, getWeight, setMeasure, setResidual, setWeight, updateResidual
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final boolean STATUS_EDEFAULT
Status
' attribute.
isStatus()
,
Constant Field Valuesprotected boolean status
Status
' attribute.
isStatus()
protected static final boolean QUALITY_EDEFAULT
Quality
' attribute.
isQuality()
,
Constant Field Valuesprotected boolean quality
Quality
' attribute.
isQuality()
protected static final boolean NOT_USED_IN_CAL_EDEFAULT
Not Used In Cal
' attribute.
isNotUsedInCal()
,
Constant Field Valuesprotected boolean notUsedInCal
Not Used In Cal
' attribute.
isNotUsedInCal()
protected static final long DEVICE_ID_EDEFAULT
Device Id
' attribute.
getDeviceId()
,
Constant Field Valuesprotected long deviceId
Device Id
' attribute.
getDeviceId()
protected static final MeasureType MEASURE_TYPE_EDEFAULT
Measure Type
' attribute.
getMeasureType()
protected MeasureType measureType
Measure Type
' attribute.
getMeasureType()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class SEBaseRecordImpl
public boolean isStatus()
isStatus
in interface SEMeasRecord
SEMeasRecord.setStatus(boolean)
,
SERecordPackage.getSEMeasRecord_Status()
public void setStatus(boolean newStatus)
setStatus
in interface SEMeasRecord
newStatus
- the new value of the 'Status' attribute.SEMeasRecord.isStatus()
public boolean isQuality()
isQuality
in interface SEMeasRecord
SEMeasRecord.setQuality(boolean)
,
SERecordPackage.getSEMeasRecord_Quality()
public void setQuality(boolean newQuality)
setQuality
in interface SEMeasRecord
newQuality
- the new value of the 'Quality' attribute.SEMeasRecord.isQuality()
public boolean isNotUsedInCal()
isNotUsedInCal
in interface SEMeasRecord
SEMeasRecord.setNotUsedInCal(boolean)
,
SERecordPackage.getSEMeasRecord_NotUsedInCal()
public void setNotUsedInCal(boolean newNotUsedInCal)
setNotUsedInCal
in interface SEMeasRecord
newNotUsedInCal
- the new value of the 'Not Used In Cal' attribute.SEMeasRecord.isNotUsedInCal()
public long getDeviceId()
getDeviceId
in interface SEMeasRecord
SEMeasRecord.setDeviceId(long)
,
SERecordPackage.getSEMeasRecord_DeviceId()
public void setDeviceId(long newDeviceId)
setDeviceId
in interface SEMeasRecord
newDeviceId
- the new value of the 'Device Id' attribute.SEMeasRecord.getDeviceId()
public MeasureType getMeasureType()
getMeasureType
in interface SEMeasRecord
MeasureType
,
SEMeasRecord.setMeasureType(MeasureType)
,
SERecordPackage.getSEMeasRecord_MeasureType()
public void setMeasureType(MeasureType newMeasureType)
setMeasureType
in interface SEMeasRecord
newMeasureType
- the new value of the 'Measure Type' attribute.MeasureType
,
SEMeasRecord.getMeasureType()
public boolean isAlive()
isAlive
in interface SEMeasRecord
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class SEBaseRecordImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class SEBaseRecordImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class SEBaseRecordImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class SEBaseRecordImpl
public java.lang.String toString()
toString
in class SEBaseRecordImpl
public void readData(com.hazelcast.nio.ObjectDataInput in) throws java.io.IOException
readData
in interface com.hazelcast.nio.serialization.DataSerializable
readData
in class SEBaseRecordImpl
java.io.IOException
public void writeData(com.hazelcast.nio.ObjectDataOutput out) throws java.io.IOException
writeData
in interface com.hazelcast.nio.serialization.DataSerializable
writeData
in class SEBaseRecordImpl
java.io.IOException