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