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