public abstract class DmcTypeLabelledIntegerDataPoint extends DmcAttribute<LabelledIntegerDataPoint> implements Serializable
attrInfo, ID| Constructor and Description |
|---|
DmcTypeLabelledIntegerDataPoint() |
DmcTypeLabelledIntegerDataPoint(DmcAttributeInfo ai) |
| Modifier and Type | Method and Description |
|---|---|
LabelledIntegerDataPoint |
cloneValue(LabelledIntegerDataPoint original)
This method must be overridden to clone whatever value is stored in this attribute.
|
LabelledIntegerDataPoint |
deserializeValue(DmcInputStreamIF dis)
This method must be overridden to read a single value from the input stream.
|
void |
serializeValue(DmcOutputStreamIF dos,
LabelledIntegerDataPoint value)
This method must be overridden to serialize the specified value to the
output stream.
|
LabelledIntegerDataPoint |
typeCheck(Object value)
Derived classes must overload this method to determine if the value passed
in conforms with their type criteria.
|
add, addModsMV, addModsSV, cloneIt, compareTo, contains, containsKey, del, deserializeIt, formatValue, formatValueAsCompactJSON, formatValueAsJSON, getAttributeInfo, getByKey, getID, getMV, getMVnth, getMVSize, getName, getNew, getSV, hasValue, modifierFormat, serializeIt, set, setAttributeInfo, setMVnth, toOIF, toOIF, valueChangedMV, valueChangedSVpublic DmcTypeLabelledIntegerDataPoint()
public DmcTypeLabelledIntegerDataPoint(DmcAttributeInfo ai)
public LabelledIntegerDataPoint typeCheck(Object value) throws DmcValueException
DmcAttributetypeCheck in class DmcAttribute<LabelledIntegerDataPoint>value - the value to be checkedDmcValueException - if the value is incorrectpublic LabelledIntegerDataPoint cloneValue(LabelledIntegerDataPoint original)
DmcAttributecloneValue in class DmcAttribute<LabelledIntegerDataPoint>original - the original valuepublic void serializeValue(DmcOutputStreamIF dos, LabelledIntegerDataPoint value) throws Exception
DmcAttributeserializeValue in class DmcAttribute<LabelledIntegerDataPoint>dos - The output stream.value - The value to be serialized.Exception - if problems occurpublic LabelledIntegerDataPoint deserializeValue(DmcInputStreamIF dis) throws Exception
DmcAttributedeserializeValue in class DmcAttribute<LabelledIntegerDataPoint>dis - the input stream.Exception - if problems occurCopyright © 2023. All rights reserved.