public abstract class DmcTypeIntegerToString extends DmcHashedAttribute<IntegerToString> implements Serializable
attrInfo, ID| Constructor and Description |
|---|
DmcTypeIntegerToString() |
DmcTypeIntegerToString(DmcAttributeInfo ai) |
| Modifier and Type | Method and Description |
|---|---|
IntegerToString |
cloneValue(IntegerToString original)
This method must be overridden to clone whatever value is stored in this attribute.
|
IntegerToString |
deserializeValue(DmcInputStreamIF dis)
Read a XX.
|
void |
serializeValue(DmcOutputStreamIF dos,
IntegerToString value)
Write a IntegerToString.
|
IntegerToString |
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 DmcTypeIntegerToString()
public DmcTypeIntegerToString(DmcAttributeInfo ai)
public IntegerToString typeCheck(Object value) throws DmcValueException
DmcAttributetypeCheck in class DmcAttribute<IntegerToString>value - the value to be checkedDmcValueException - if the value is incorrectpublic IntegerToString cloneValue(IntegerToString original)
DmcAttributecloneValue in class DmcAttribute<IntegerToString>original - the original valuepublic void serializeValue(DmcOutputStreamIF dos, IntegerToString value) throws Exception
serializeValue in class DmcAttribute<IntegerToString>dos - The output stream.value - The value to be serialized.Exceptionpublic IntegerToString deserializeValue(DmcInputStreamIF dis) throws Exception
deserializeValue in class DmcAttribute<IntegerToString>dis - the input stream.ExceptionCopyright © 2023. All rights reserved.