| java.lang.Object org.drools.base.BaseClassFieldExtractor org.drools.base.extractors.BaseShortClassFieldExtractor
Method Summary | |
public boolean | getBooleanValue(InternalWorkingMemory workingMemory, Object object) | 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() | abstract public short | getShortValue(InternalWorkingMemory workingMemory, Object object) | public Object | getValue(InternalWorkingMemory workingMemory, Object object) | public boolean | isNullValue(InternalWorkingMemory workingMemory, Object object) |
BaseShortClassFieldExtractor | public BaseShortClassFieldExtractor(Class clazz, String fieldName)(Code) | | |
BaseShortClassFieldExtractor | protected BaseShortClassFieldExtractor(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) | | |
|
|