org.drools.base
Interface FieldAccessor

All Superinterfaces:
Externalizable, ReadAccessor, Serializable, WriteAccessor
All Known Implementing Classes:
ClassFieldAccessor

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.spi.ReadAccessor
getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteValue, getCharValue, getDoubleValue, getExtractToClass, getExtractToClassName, getFloatValue, getHashCode, getIndex, getIntValue, getLongValue, getNativeReadMethod, getShortValue, getValue, getValueType, isNullValue
 
Methods inherited from interface org.drools.spi.WriteAccessor
getFieldType, getIndex, getNativeWriteMethod, getValueType, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteValue, setCharValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setShortValue, setValue
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.