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