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