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

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


org.drools.spi
Interface FieldValue

All Superinterfaces:
Serializable
All Known Implementing Classes:
BooleanFieldImpl, DoubleFieldImpl, LongFieldImpl, ObjectFieldImpl

public interface FieldValue
extends Serializable


Method Summary
 boolean getBooleanValue()
           
 byte getByteValue()
           
 char getCharValue()
           
 double getDoubleValue()
           
 float getFloatValue()
           
 int getIntValue()
           
 long getLongValue()
           
 short getShortValue()
           
 Object getValue()
           
 boolean isBooleanField()
           
 boolean isCollectionField()
          Returns true if the given field value implements the Collection interface
 boolean isFloatNumberField()
           
 boolean isIntegerNumberField()
           
 boolean isNull()
           
 boolean isObjectField()
           
 

Method Detail

getValue

Object getValue()

getCharValue

char getCharValue()

getIntValue

int getIntValue()

getByteValue

byte getByteValue()

getShortValue

short getShortValue()

getLongValue

long getLongValue()

getFloatValue

float getFloatValue()

getDoubleValue

double getDoubleValue()

getBooleanValue

boolean getBooleanValue()

isNull

boolean isNull()

isBooleanField

boolean isBooleanField()

isIntegerNumberField

boolean isIntegerNumberField()

isFloatNumberField

boolean isFloatNumberField()

isObjectField

boolean isObjectField()

isCollectionField

boolean isCollectionField()
Returns true if the given field value implements the Collection interface

Returns:


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