org.drools.base.extractors
Class BaseFloatClassFieldReader

java.lang.Object
  extended by org.drools.base.BaseClassFieldReader
      extended by org.drools.base.extractors.BaseFloatClassFieldReader
All Implemented Interfaces:
InternalReadAccessor, ReadAccessor

public abstract class BaseFloatClassFieldReader
extends BaseClassFieldReader


Constructor Summary
  BaseFloatClassFieldReader(Class clazz, String fieldName)
           
protected BaseFloatClassFieldReader(int index, Class fieldType, ValueType valueType)
          This constructor is not supposed to be used from outside the class hirarchy
 
Method Summary
 boolean getBooleanValue(InternalWorkingMemory workingMemory, Object object)
           
 byte getByteValue(InternalWorkingMemory workingMemory, Object object)
           
 char getCharValue(InternalWorkingMemory workingMemory, Object object)
           
 double getDoubleValue(InternalWorkingMemory workingMemory, Object object)
           
abstract  float getFloatValue(InternalWorkingMemory workingMemory, Object object)
           
 int getHashCode(InternalWorkingMemory workingMemory, Object object)
           
 int getIntValue(InternalWorkingMemory workingMemory, Object object)
           
 long getLongValue(InternalWorkingMemory workingMemory, Object object)
           
 Method getNativeReadMethod()
           
 short getShortValue(InternalWorkingMemory workingMemory, Object object)
           
 Object getValue(InternalWorkingMemory workingMemory, Object object)
           
 boolean isNullValue(InternalWorkingMemory workingMemory, Object object)
           
 
Methods inherited from class org.drools.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, setFieldType, setIndex, setValueType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseFloatClassFieldReader

public BaseFloatClassFieldReader(Class clazz,
                                 String fieldName)

BaseFloatClassFieldReader

protected BaseFloatClassFieldReader(int index,
                                    Class fieldType,
                                    ValueType valueType)
This constructor is not supposed to be used from outside the class hirarchy

Parameters:
index -
fieldType -
valueType -
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 abstract float getFloatValue(InternalWorkingMemory workingMemory,
                                    Object object)

getIntValue

public int getIntValue(InternalWorkingMemory workingMemory,
                       Object object)

getLongValue

public long getLongValue(InternalWorkingMemory workingMemory,
                         Object object)

getShortValue

public 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)


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