Package org.drools.core.base.extractors
Class BaseShortClassFieldReader
- java.lang.Object
-
- org.drools.core.base.BaseClassFieldReader
-
- org.drools.core.base.extractors.BaseShortClassFieldReader
-
- All Implemented Interfaces:
Externalizable,Serializable,InternalReadAccessor,ReadAccessor
public abstract class BaseShortClassFieldReader extends BaseClassFieldReader
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description BaseShortClassFieldReader()protectedBaseShortClassFieldReader(int index, Class fieldType, ValueType valueType)This constructor is not supposed to be used from outside the class hirarchy
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleangetBooleanValue(InternalWorkingMemory workingMemory, Object object)bytegetByteValue(InternalWorkingMemory workingMemory, Object object)chargetCharValue(InternalWorkingMemory workingMemory, Object object)doublegetDoubleValue(InternalWorkingMemory workingMemory, Object object)floatgetFloatValue(InternalWorkingMemory workingMemory, Object object)intgetHashCode(InternalWorkingMemory workingMemory, Object object)intgetIntValue(InternalWorkingMemory workingMemory, Object object)longgetLongValue(InternalWorkingMemory workingMemory, Object object)MethodgetNativeReadMethod()abstract shortgetShortValue(InternalWorkingMemory workingMemory, Object object)ObjectgetValue(InternalWorkingMemory workingMemory, Object object)booleanisNullValue(InternalWorkingMemory workingMemory, Object object)-
Methods inherited from class org.drools.core.base.BaseClassFieldReader
equals, getBigDecimalValue, getBigDecimalValue, getBigIntegerValue, getBigIntegerValue, getBooleanValue, getByteValue, getCharValue, getDoubleValue, getExtractToClass, getExtractToClassName, getFloatValue, getHashCode, getIndex, getIntValue, getLongValue, getShortValue, getValue, getValueType, hashCode, isGlobal, isNullValue, isSelfReference, readExternal, setFieldType, setIndex, setValueType, writeExternal
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.core.spi.ReadAccessor
getNativeReadMethodName
-
-
-
-
Constructor Detail
-
BaseShortClassFieldReader
protected BaseShortClassFieldReader(int index, Class fieldType, ValueType valueType)This constructor is not supposed to be used from outside the class hirarchy- Parameters:
index-fieldType-valueType-
-
BaseShortClassFieldReader
public BaseShortClassFieldReader()
-
-
Method Detail
-
getValue
public Object getValue(InternalWorkingMemory workingMemory, Object object)
-
getBooleanValue
public boolean getBooleanValue(InternalWorkingMemory workingMemory, Object object)
-
getByteValue
public byte getByteValue(InternalWorkingMemory workingMemory, Object object)
-
getCharValue
public char getCharValue(InternalWorkingMemory workingMemory, Object object)
-
getDoubleValue
public double getDoubleValue(InternalWorkingMemory workingMemory, Object object)
-
getFloatValue
public float getFloatValue(InternalWorkingMemory workingMemory, Object object)
-
getIntValue
public int getIntValue(InternalWorkingMemory workingMemory, Object object)
-
getLongValue
public long getLongValue(InternalWorkingMemory workingMemory, Object object)
-
getShortValue
public abstract short getShortValue(InternalWorkingMemory workingMemory, Object object)
-
isNullValue
public boolean isNullValue(InternalWorkingMemory workingMemory, Object object)
-
getNativeReadMethod
public Method getNativeReadMethod()
-
getHashCode
public int getHashCode(InternalWorkingMemory workingMemory, Object object)
-
-