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