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