public abstract class DmcTypeSomeRelation extends DmcTypeNamedObjectREF<SomeRelation,DefinitionName>
attrInfo, ID| Constructor and Description |
|---|
DmcTypeSomeRelation()
Default constructor.
|
DmcTypeSomeRelation(DmcAttributeInfo ai)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SomeRelation |
cloneValue(SomeRelation val)
Returns a clone of a value associated with this type.
|
SomeRelation |
deserializeValue(DmcInputStreamIF dis)
Reads a SomeRelation.
|
protected String |
getDMOClassName() |
protected SomeRelation |
getNewHelper() |
protected DefinitionName |
getNewName() |
protected boolean |
isDMO(Object value)
Checks if the object is an instance of the appropriate type.
|
void |
serializeValue(DmcOutputStreamIF dos,
SomeRelation value)
Writes a SomeRelation.
|
protected SomeRelation |
typeCheck(Object value)
Derived classes must overload this method to determine if the value passed
in conforms with their type criteria.
|
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 DmcTypeSomeRelation()
public DmcTypeSomeRelation(DmcAttributeInfo ai)
protected SomeRelation getNewHelper()
getNewHelper in class DmcTypeNamedObjectREF<SomeRelation,DefinitionName>protected DefinitionName getNewName()
getNewName in class DmcTypeNamedObjectREF<SomeRelation,DefinitionName>protected String getDMOClassName()
getDMOClassName in class DmcTypeNamedObjectREF<SomeRelation,DefinitionName>protected boolean isDMO(Object value)
DmcTypeNamedObjectREFisDMO in class DmcTypeNamedObjectREF<SomeRelation,DefinitionName>value - The value to be tested.protected SomeRelation typeCheck(Object value) throws DmcValueException
DmcAttributetypeCheck in class DmcAttribute<SomeRelation>value - the value to be checkedDmcValueException - if the value is incorrectpublic SomeRelation cloneValue(SomeRelation val)
cloneValue in class DmcAttribute<SomeRelation>val - the original valuepublic void serializeValue(DmcOutputStreamIF dos, SomeRelation value) throws Exception
serializeValue in class DmcAttribute<SomeRelation>dos - The output stream.value - The value to be serialized.Exception - if problems occurpublic SomeRelation deserializeValue(DmcInputStreamIF dis) throws Exception
deserializeValue in class DmcAttribute<SomeRelation>dis - the input stream.Exception - if problems occurCopyright © 2023. All rights reserved.