public abstract class DmcTypeUnnamedObjMVIDXREF extends DmcAttribute<UnnamedObjMVIDXDMO> implements Serializable
Generated from the dmt 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.dumpNormalREFType(DmoTypeFormatter.java:197)
attrInfo, ID| Constructor and Description |
|---|
DmcTypeUnnamedObjMVIDXREF() |
DmcTypeUnnamedObjMVIDXREF(DmcAttributeInfo ai) |
| Modifier and Type | Method and Description |
|---|---|
UnnamedObjMVIDXDMO |
cloneValue(UnnamedObjMVIDXDMO value)
This method must be overridden to clone whatever value is stored in this attribute.
|
UnnamedObjMVIDXDMO |
deserializeValue(DmcInputStreamIF dis)
This method must be overridden to read a single value from the input stream.
|
void |
serializeValue(DmcOutputStreamIF dos,
UnnamedObjMVIDXDMO value)
This method must be overridden to serialize the specified value to the
output stream.
|
protected UnnamedObjMVIDXDMO |
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 DmcTypeUnnamedObjMVIDXREF()
public DmcTypeUnnamedObjMVIDXREF(DmcAttributeInfo ai)
protected UnnamedObjMVIDXDMO typeCheck(Object value) throws DmcValueException
DmcAttributetypeCheck in class DmcAttribute<UnnamedObjMVIDXDMO>value - the value to be checkedDmcValueException - if the value is incorrectpublic void serializeValue(DmcOutputStreamIF dos, UnnamedObjMVIDXDMO value) throws Exception
DmcAttributeserializeValue in class DmcAttribute<UnnamedObjMVIDXDMO>dos - The output stream.value - The value to be serialized.Exception - if problems occurpublic UnnamedObjMVIDXDMO deserializeValue(DmcInputStreamIF dis) throws Exception
DmcAttributedeserializeValue in class DmcAttribute<UnnamedObjMVIDXDMO>dis - the input stream.Exception - if problems occurpublic UnnamedObjMVIDXDMO cloneValue(UnnamedObjMVIDXDMO value)
DmcAttributecloneValue in class DmcAttribute<UnnamedObjMVIDXDMO>value - the original valueCopyright © 2023. All rights reserved.