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

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


org.drools.ruleflow.common.datatype
Interface IDataType

All Superinterfaces:
Serializable
All Known Implementing Classes:
BooleanDataType, FloatDataType, IntegerDataType, ListDataType, StringDataType, UndefinedDataType

public interface IDataType
extends Serializable

Abstract representation of a datatype.

Author:
Kris Verlaenen

Method Summary
 boolean verifyDataType(Object value)
          Returns true if the given value is a valid value of this data type.
 

Method Detail

verifyDataType

boolean verifyDataType(Object value)
Returns true if the given value is a valid value of this data type.



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