public abstract class DmcTypeClassInfoRef extends DmcAttribute<ClassInfoRef> implements Serializable
attrInfo, ID| Constructor and Description |
|---|
DmcTypeClassInfoRef() |
DmcTypeClassInfoRef(DmcAttributeInfo ai) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<ClassInfoRef> |
cloneIt()
This method is overridden in the auto-generated classes to create a deep clone
of the attribute.
|
ClassInfoRef |
cloneValue(ClassInfoRef original)
This method must be overridden to clone whatever value is stored in this attribute.
|
ClassInfoRef |
deserializeValue(DmcInputStreamIF dis)
This method must be overridden to read a single value from the input stream.
|
protected String |
formatValue(ClassInfoRef value)
This method is called in toOIF() to format an attribute value.
|
void |
serializeValue(DmcOutputStreamIF dos,
ClassInfoRef value)
This method must be overridden to serialize the specified value to the
output stream.
|
ClassInfoRef |
typeCheck(Object value)
Derived classes must overload this method to determine if the value passed
in conforms with their type criteria.
|
add, addModsMV, addModsSV, compareTo, contains, containsKey, del, deserializeIt, formatValueAsCompactJSON, formatValueAsJSON, getAttributeInfo, getByKey, getID, getMV, getMVnth, getMVSize, getName, getNew, getSV, hasValue, modifierFormat, serializeIt, set, setAttributeInfo, setMVnth, toOIF, toOIF, valueChangedMV, valueChangedSVpublic DmcTypeClassInfoRef()
public DmcTypeClassInfoRef(DmcAttributeInfo ai)
public DmcAttribute<ClassInfoRef> cloneIt()
DmcAttributecloneIt in class DmcAttribute<ClassInfoRef>public ClassInfoRef cloneValue(ClassInfoRef original)
DmcAttributecloneValue in class DmcAttribute<ClassInfoRef>original - the original valuepublic ClassInfoRef deserializeValue(DmcInputStreamIF dis) throws Exception
DmcAttributedeserializeValue in class DmcAttribute<ClassInfoRef>dis - the input stream.Exception - if problems occurprotected String formatValue(ClassInfoRef value)
DmcAttributeformatValue in class DmcAttribute<ClassInfoRef>public void serializeValue(DmcOutputStreamIF dos, ClassInfoRef value) throws Exception
DmcAttributeserializeValue in class DmcAttribute<ClassInfoRef>dos - The output stream.value - The value to be serialized.Exception - if problems occurpublic ClassInfoRef typeCheck(Object value) throws DmcValueException
DmcAttributetypeCheck in class DmcAttribute<ClassInfoRef>value - the value to be checkedDmcValueException - if the value is incorrectCopyright © 2023. All rights reserved.