Class ListDataType

java.lang.Object
org.jbpm.process.core.datatype.impl.type.ObjectDataType
org.jbpm.process.core.datatype.impl.type.ListDataType
All Implemented Interfaces:
Externalizable, Serializable, DataType, TypeObject

public class ListDataType extends ObjectDataType implements TypeObject
Representation of a list datatype. All elements in the list must have the same datatype.
See Also: