Package org.drools.base.base
Interface FieldAccessor
- All Superinterfaces:
Externalizable,ReadAccessor,Serializable,WriteAccessor
An interface for Accessor classes that joins both reader and writer accessor methods
-
Method Summary
Methods inherited from interface java.io.Externalizable
readExternal, writeExternalMethods inherited from interface org.drools.base.rule.accessor.ReadAccessor
getBooleanValue, getByteValue, getCharValue, getDoubleValue, getExtractToClass, getExtractToClassName, getFloatValue, getHashCode, getHashCode, getIndex, getIntValue, getLongValue, getNativeReadMethod, getNativeReadMethodName, getShortValue, getValue, getValue, getValueType, isGlobal, isNullValue, isSelfReferenceMethods inherited from interface org.drools.base.rule.accessor.WriteAccessor
getFieldType, getIndex, getNativeWriteMethod, getValueType, setBooleanValue, setByteValue, setCharValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setShortValue, setValue