| java.lang.Object org.drools.base.BaseClassFieldExtractor org.drools.base.extractors.BaseByteClassFieldExtractor
BaseByteClassFieldExtractor | abstract public class BaseByteClassFieldExtractor extends BaseClassFieldExtractor (Code) | | A Base class for primitive byte class field
extractors. This class centralizes type conversions.
author: etirelli |
Method Summary | |
public boolean | getBooleanValue(InternalWorkingMemory workingMemory, Object object) | abstract public byte | getByteValue(InternalWorkingMemory workingMemory, Object object) | public char | getCharValue(InternalWorkingMemory workingMemory, Object object) | public double | getDoubleValue(InternalWorkingMemory workingMemory, Object object) | public float | getFloatValue(InternalWorkingMemory workingMemory, Object object) | public int | getHashCode(InternalWorkingMemory workingMemory, Object object) | public int | getIntValue(InternalWorkingMemory workingMemory, Object object) | public long | getLongValue(InternalWorkingMemory workingMemory, Object object) | public Method | getNativeReadMethod() | public short | getShortValue(InternalWorkingMemory workingMemory, Object object) | public Object | getValue(InternalWorkingMemory workingMemory, Object object) | public boolean | isNullValue(InternalWorkingMemory workingMemory, Object object) |
BaseByteClassFieldExtractor | public BaseByteClassFieldExtractor(Class clazz, String fieldName)(Code) | | |
BaseByteClassFieldExtractor | protected BaseByteClassFieldExtractor(int index, Class fieldType, ValueType valueType)(Code) | | This constructor is not supposed to be used from outside the class hirarchy
Parameters: index - Parameters: fieldType - Parameters: valueType - |
getNativeReadMethod | public Method getNativeReadMethod()(Code) | | |
|
|