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