public abstract class DmcTypeComplexTypeDefinitionREF extends DmcTypeNamedObjectREF<ComplexTypeDefinitionREF,DefinitionName> implements Serializable
attrInfo, ID| Constructor and Description |
|---|
DmcTypeComplexTypeDefinitionREF()
Default constructor.
|
DmcTypeComplexTypeDefinitionREF(DmcAttributeInfo ai)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ComplexTypeDefinitionREF |
cloneValue(ComplexTypeDefinitionREF val)
Returns a clone of a value associated with this type.
|
ComplexTypeDefinitionREF |
deserializeValue(DmcInputStreamIF dis)
This method must be overridden to read a single value from the input stream.
|
protected String |
getDMOClassName() |
protected ComplexTypeDefinitionREF |
getNewHelper() |
protected DefinitionName |
getNewName() |
protected boolean |
isDMO(Object value)
Checks if the object is an instance of the appropriate type.
|
void |
serializeValue(DmcOutputStreamIF dos,
ComplexTypeDefinitionREF value)
This method must be overridden to serialize the specified value to the
output stream.
|
ComplexTypeDefinitionREF |
typeCheck(Object value)
Checks that we have a ComplexTypeDefinitionREF or ComplexTypeDefinitionDMO.
|
doLazyResolution, removeBackReferences, resolveReferences, weAreResolvedadd, 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 DmcTypeComplexTypeDefinitionREF()
public DmcTypeComplexTypeDefinitionREF(DmcAttributeInfo ai)
public ComplexTypeDefinitionREF typeCheck(Object value) throws DmcValueException
typeCheck in class DmcAttribute<ComplexTypeDefinitionREF>value - the value to be checkedDmcValueException - if the value is incorrectprotected ComplexTypeDefinitionREF getNewHelper()
getNewHelper in class DmcTypeNamedObjectREF<ComplexTypeDefinitionREF,DefinitionName>protected DefinitionName getNewName()
getNewName in class DmcTypeNamedObjectREF<ComplexTypeDefinitionREF,DefinitionName>protected String getDMOClassName()
getDMOClassName in class DmcTypeNamedObjectREF<ComplexTypeDefinitionREF,DefinitionName>protected boolean isDMO(Object value)
DmcTypeNamedObjectREFisDMO in class DmcTypeNamedObjectREF<ComplexTypeDefinitionREF,DefinitionName>value - The value to be tested.public ComplexTypeDefinitionREF cloneValue(ComplexTypeDefinitionREF val)
cloneValue in class DmcAttribute<ComplexTypeDefinitionREF>val - the original valuepublic void serializeValue(DmcOutputStreamIF dos, ComplexTypeDefinitionREF value) throws Exception
DmcAttributeserializeValue in class DmcAttribute<ComplexTypeDefinitionREF>dos - The output stream.value - The value to be serialized.Exception - if problems occurpublic ComplexTypeDefinitionREF deserializeValue(DmcInputStreamIF dis) throws Exception
DmcAttributedeserializeValue in class DmcAttribute<ComplexTypeDefinitionREF>dis - the input stream.Exception - if problems occurCopyright © 2023. All rights reserved.