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
Representation of a list datatype.
All elements in the list must have the same datatype.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidvoidbooleanverifyDataType(Object value) Returns true if the given value is a valid value of this data type.voidMethods inherited from class org.jbpm.process.core.datatype.impl.type.ObjectDataType
getClassLoader, getClassName, getObjectClass, getStringType, isAssignableFrom, readValue, setClassLoader, setClassName, writeValue
-
Constructor Details
-
ListDataType
public ListDataType() -
ListDataType
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classObjectDataType- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classObjectDataType- Throws:
IOException
-
setType
- Specified by:
setTypein interfaceTypeObject
-
getType
- Specified by:
getTypein interfaceTypeObject
-
verifyDataType
Description copied from interface:DataTypeReturns true if the given value is a valid value of this data type.- Specified by:
verifyDataTypein interfaceDataType- Overrides:
verifyDataTypein classObjectDataType
-
equals
- Overrides:
equalsin classObjectDataType
-
hashCode
public int hashCode()- Overrides:
hashCodein classObjectDataType
-