public abstract class DmcTypeClassFilter extends DmcTypeDmcFilter<ClassFilter> implements Serializable
attrInfo, ID| Constructor and Description |
|---|
DmcTypeClassFilter() |
DmcTypeClassFilter(DmcAttributeInfo ai) |
| Modifier and Type | Method and Description |
|---|---|
ClassFilter |
cloneValue(ClassFilter original)
This method must be overridden to clone whatever value is stored in this attribute.
|
ClassFilter |
deserializeValue(DmcInputStreamIF dis)
This method must be overridden to read a single value from the input stream.
|
void |
serializeValue(DmcOutputStreamIF dos,
ClassFilter value)
This method must be overridden to serialize the specified value to the
output stream.
|
ClassFilter |
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 DmcTypeClassFilter()
public DmcTypeClassFilter(DmcAttributeInfo ai)
public ClassFilter cloneValue(ClassFilter original)
DmcAttributecloneValue in class DmcTypeDmcFilter<ClassFilter>original - the original valuepublic ClassFilter deserializeValue(DmcInputStreamIF dis) throws Exception
DmcAttributedeserializeValue in class DmcTypeDmcFilter<ClassFilter>dis - the input stream.Exception - if problems occurpublic void serializeValue(DmcOutputStreamIF dos, ClassFilter value) throws Exception
DmcAttributeserializeValue in class DmcTypeDmcFilter<ClassFilter>dos - The output stream.value - The value to be serialized.Exception - if problems occurpublic ClassFilter typeCheck(Object value) throws DmcValueException
DmcAttributetypeCheck in class DmcTypeDmcFilter<ClassFilter>value - the value to be checkedDmcValueException - if the value is incorrectCopyright © 2023. All rights reserved.