当前页面:
在线文档首页 >
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
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListDataType
public ListDataType()
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.