public abstract class DmcTypeDMPEventTypeEnum extends DmcAttribute<DMPEventTypeEnum> implements Serializable
Generated from the dmp schema at version 0.1
This code was auto-generated by the dmogenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dms.util.DmoTypeFormatter.dumpEnumType(DmoTypeFormatter.java:291)
attrInfo, ID| Constructor and Description |
|---|
DmcTypeDMPEventTypeEnum() |
DmcTypeDMPEventTypeEnum(DmcAttributeInfo ai) |
| Modifier and Type | Method and Description |
|---|---|
DMPEventTypeEnum |
cloneValue(DMPEventTypeEnum val)
Returns a clone of a value associated with this type.
|
DMPEventTypeEnum |
deserializeValue(DmcInputStreamIF dis)
Reads a DMPEventTypeEnum.
|
void |
serializeValue(DmcOutputStreamIF dos,
DMPEventTypeEnum value)
Writes a DMPEventTypeEnum.
|
protected DMPEventTypeEnum |
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 DmcTypeDMPEventTypeEnum()
public DmcTypeDMPEventTypeEnum(DmcAttributeInfo ai)
protected DMPEventTypeEnum typeCheck(Object value) throws DmcValueException
DmcAttributetypeCheck in class DmcAttribute<DMPEventTypeEnum>value - the value to be checkedDmcValueException - if the value is incorrectpublic DMPEventTypeEnum cloneValue(DMPEventTypeEnum val)
cloneValue in class DmcAttribute<DMPEventTypeEnum>val - the original valuepublic void serializeValue(DmcOutputStreamIF dos, DMPEventTypeEnum value) throws Exception
serializeValue in class DmcAttribute<DMPEventTypeEnum>dos - The output stream.value - The value to be serialized.Exception - if problems occurpublic DMPEventTypeEnum deserializeValue(DmcInputStreamIF dis) throws Exception
deserializeValue in class DmcAttribute<DMPEventTypeEnum>dis - the input stream.Exception - if problems occurCopyright © 2023. All rights reserved.