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