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

Uses of Class org.drools.base.ValueType (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Class
org.drools.base.ValueType

Packages that use ValueType
org.drools.base   
org.drools.base.evaluators   
org.drools.base.extractors   
org.drools.facttemplates   
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
org.drools.spi   
 

Uses of ValueType in org.drools.base
 

Fields in org.drools.base declared as ValueType
static ValueType ValueType.ARRAY_TYPE
           
static ValueType ValueType.BIG_DECIMAL_TYPE
           
static ValueType ValueType.BIG_INTEGER_TYPE
           
static ValueType ValueType.BOOLEAN_TYPE
           
static ValueType ValueType.BYTE_TYPE
           
static ValueType ValueType.CHAR_TYPE
           
static ValueType ValueType.DATE_TYPE
           
static ValueType ValueType.DOUBLE_TYPE
           
static ValueType ValueType.FACTTEMPLATE_TYPE
           
static ValueType ValueType.FLOAT_TYPE
           
static ValueType ValueType.INTEGER_TYPE
           
static ValueType ValueType.LONG_TYPE
           
static ValueType ValueType.NULL_TYPE
           
static ValueType ValueType.OBJECT_TYPE
           
static ValueType ValueType.PBOOLEAN_TYPE
           
static ValueType ValueType.PBYTE_TYPE
           
static ValueType ValueType.PCHAR_TYPE
           
static ValueType ValueType.PDOUBLE_TYPE
           
static ValueType ValueType.PFLOAT_TYPE
           
static ValueType ValueType.PINTEGER_TYPE
           
static ValueType ValueType.PLONG_TYPE
           
static ValueType ValueType.PSHORT_TYPE
           
static ValueType ValueType.SHORT_TYPE
           
static ValueType ValueType.STRING_TYPE
           
protected  ValueType ClassObjectType.valueType
           
 

Methods in org.drools.base that return ValueType
static ValueType ValueType.determineValueType(Class clazz)
           
 ValueType ClassObjectType.getValueType()
           
 ValueType ClassFieldExtractor.getValueType()
           
 ValueType BaseEvaluator.getValueType()
           
 ValueType BaseClassFieldExtractor.getValueType()
           
 

Methods in org.drools.base with parameters of type ValueType
static FieldValue FieldFactory.getFieldValue(Object value, ValueType valueType)
           
static FieldValue FieldFactory.getFieldValue(String value, ValueType valueType)
           
 

Constructors in org.drools.base with parameters of type ValueType
BaseClassFieldExtractor(int index, Class fieldType, ValueType valueType)
          This constructor is not supposed to be used from outside the class hirarchy
BaseEvaluator(ValueType type, Operator operator)
           
 

Uses of ValueType in org.drools.base.evaluators
 

Constructors in org.drools.base.evaluators with parameters of type ValueType
BaseMemberOfEvaluator(ValueType type, Operator operator)
           
BaseNotMemberOfEvaluator(ValueType type, Operator operator)
           
 

Uses of ValueType in org.drools.base.extractors
 

Constructors in org.drools.base.extractors with parameters of type ValueType
BaseBooleanClassFieldExtractor(int index, Class fieldType, ValueType valueType)
          This constructor is not supposed to be used from outside the class hirarchy
BaseByteClassFieldExtractor(int index, Class fieldType, ValueType valueType)
          This constructor is not supposed to be used from outside the class hirarchy
BaseCharClassFieldExtractor(int index, Class fieldType, ValueType valueType)
          This constructor is not supposed to be used from outside the class hirarchy
BaseDoubleClassFieldExtractor(int index, Class fieldType, ValueType valueType)
          This constructor is not supposed to be used from outside the class hirarchy
BaseFloatClassFieldExtractor(int index, Class fieldType, ValueType valueType)
          This constructor is not supposed to be used from outside the class hirarchy
BaseIntClassFieldExtractor(int index, Class fieldType, ValueType valueType)
          This constructor is not supposed to be used from outside the class hirarchy
BaseLongClassFieldExtractors(int index, Class fieldType, ValueType valueType)
          This constructor is not supposed to be used from outside the class hirarchy
BaseObjectClassFieldExtractor(int index, Class fieldType, ValueType valueType)
           
BaseShortClassFieldExtractor(int index, Class fieldType, ValueType valueType)
          This constructor is not supposed to be used from outside the class hirarchy
 

Uses of ValueType in org.drools.facttemplates
 

Methods in org.drools.facttemplates that return ValueType
 ValueType FieldTemplateImpl.getValueType()
           
 ValueType FieldTemplate.getValueType()
           
 ValueType FactTemplateObjectType.getValueType()
           
 ValueType FactTemplateFieldExtractor.getValueType()
           
 

Uses of ValueType in org.drools.rule
 

Methods in org.drools.rule that return ValueType
 ValueType Declaration.getValueType()
          Retrieve the ValueType.
 

Uses of ValueType in org.drools.spi
 

Methods in org.drools.spi that return ValueType
 ValueType PatternExtractor.getValueType()
           
 ValueType ObjectType.getValueType()
           
 ValueType GlobalExtractor.getValueType()
           
 ValueType Extractor.getValueType()
           
 ValueType Evaluator.getValueType()
           
 



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