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