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