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

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


org.drools.ruleflow.common.datatype.impl.type
Class ListDataType

java.lang.Object
  extended by org.drools.ruleflow.common.datatype.impl.type.ListDataType
All Implemented Interfaces:
Serializable, IDataType

public class ListDataType
extends Object
implements IDataType, Serializable

Representation of a list datatype. All elements in the list must have the same datatype.

Author:
Kris Verlaenen
See Also:
Serialized Form

Constructor Summary
ListDataType()
           
 
Method Summary
 IDataType getDataType()
           
 void setDataType(IDataType dataType)
           
 boolean verifyDataType(Object value)
          Returns true if the given value is a valid value of this data type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDataType

public ListDataType()
Method Detail

setDataType

public void setDataType(IDataType dataType)

getDataType

public IDataType getDataType()

verifyDataType

public boolean verifyDataType(Object value)
Description copied from interface: IDataType
Returns true if the given value is a valid value of this data type.

Specified by:
verifyDataType in interface IDataType


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