站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Extractor (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.spi
Interface Extractor

All Superinterfaces:
Serializable
All Known Subinterfaces:
FieldExtractor
All Known Implementing Classes:
BaseBooleanClassFieldExtractor, BaseByteClassFieldExtractor, BaseCharClassFieldExtractor, BaseClassFieldExtractor, BaseDoubleClassFieldExtractor, BaseFloatClassFieldExtractor, BaseIntClassFieldExtractor, BaseLongClassFieldExtractors, BaseObjectClassFieldExtractor, BaseShortClassFieldExtractor, ClassFieldExtractor, FactTemplateFieldExtractor, GlobalExtractor, PatternExtractor, SelfReferenceClassFieldExtractor

public interface Extractor
extends Serializable


Method Summary
 boolean getBooleanValue(Object object)
           
 byte getByteValue(Object object)
           
 char getCharValue(Object object)
           
 double getDoubleValue(Object object)
           
 Class getExtractToClass()
           
 float getFloatValue(Object object)
           
 int getHashCode(Object object)
           
 int getIntValue(Object object)
           
 long getLongValue(Object object)
           
 Method getNativeReadMethod()
           
 short getShortValue(Object object)
           
 Object getValue(Object object)
           
 ValueType getValueType()
           
 boolean isNullValue(Object object)
           
 

Method Detail

getValue

Object getValue(Object object)

getCharValue

char getCharValue(Object object)

getIntValue

int getIntValue(Object object)

getByteValue

byte getByteValue(Object object)

getShortValue

short getShortValue(Object object)

getLongValue

long getLongValue(Object object)

getFloatValue

float getFloatValue(Object object)

getDoubleValue

double getDoubleValue(Object object)

getBooleanValue

boolean getBooleanValue(Object object)

isNullValue

boolean isNullValue(Object object)

getValueType

ValueType getValueType()

getExtractToClass

Class getExtractToClass()

getNativeReadMethod

Method getNativeReadMethod()

getHashCode

int getHashCode(Object object)


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.