Package org.drools.core.base
Interface FieldAccessor
-
- All Superinterfaces:
Externalizable,ReadAccessor,Serializable,WriteAccessor
public interface FieldAccessor extends ReadAccessor, WriteAccessor
An interface for Accessor classes that joins both reader and writer accessor methods
-
-
Method Summary
-
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
Methods inherited from interface org.drools.core.spi.ReadAccessor
getExtractToClass, getExtractToClassName, getHashCode, getIndex, getNativeReadMethod, getNativeReadMethodName, getValue, getValueType, isNullValue
-
Methods inherited from interface org.drools.core.spi.WriteAccessor
getFieldType, getIndex, getNativeWriteMethod, getValueType, setBooleanValue, setByteValue, setCharValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setShortValue, setValue
-
-