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