public abstract class DmcTypeClassTypeEnum extends DmcAttribute<ClassTypeEnum> implements Serializable
attrInfo, ID| Constructor and Description |
|---|
DmcTypeClassTypeEnum()
Default constructor.
|
DmcTypeClassTypeEnum(DmcAttributeInfo ai)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ClassTypeEnum |
cloneValue(ClassTypeEnum val)
Returns a clone of a value associated with this type.
|
ClassTypeEnum |
deserializeValue(DmcInputStreamIF dis)
Reads a ClassTypeEnum.
|
void |
serializeValue(DmcOutputStreamIF dos,
ClassTypeEnum value)
Writes a ClassTypeEnum.
|
protected ClassTypeEnum |
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 DmcTypeClassTypeEnum()
public DmcTypeClassTypeEnum(DmcAttributeInfo ai)
protected ClassTypeEnum typeCheck(Object value) throws DmcValueException
DmcAttributetypeCheck in class DmcAttribute<ClassTypeEnum>value - the value to be checkedDmcValueException - if the value is incorrectpublic ClassTypeEnum cloneValue(ClassTypeEnum val)
cloneValue in class DmcAttribute<ClassTypeEnum>val - the original valuepublic void serializeValue(DmcOutputStreamIF dos, ClassTypeEnum value) throws Exception
serializeValue in class DmcAttribute<ClassTypeEnum>dos - The output stream.value - The value to be serialized.Exception - if problems occurpublic ClassTypeEnum deserializeValue(DmcInputStreamIF dis) throws Exception
deserializeValue in class DmcAttribute<ClassTypeEnum>dis - the input stream.Exception - if problems occurCopyright © 2023. All rights reserved.