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