Package org.drools.core.base
Interface FieldAccessor
-
- All Superinterfaces:
java.io.Externalizable,ReadAccessor,java.io.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 org.drools.core.rule.accessor.ReadAccessor
getBooleanValue, getByteValue, getCharValue, getDoubleValue, getExtractToClass, getExtractToClassName, getFloatValue, getHashCode, getHashCode, getIndex, getIntValue, getLongValue, getNativeReadMethod, getNativeReadMethodName, getShortValue, getValue, getValue, getValueType, isGlobal, isNullValue, isNullValue, isSelfReference
-
Methods inherited from interface org.drools.core.rule.accessor.WriteAccessor
getFieldType, getIndex, getNativeWriteMethod, getValueType, setBooleanValue, setByteValue, setCharValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setShortValue, setValue
-
-