Class StringDataType
java.lang.Object
org.jbpm.process.core.datatype.impl.type.StringDataType
- All Implemented Interfaces:
Externalizable,Serializable,DataType
Representation of a string datatype.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>Returns the corresponding Java type of this datatypevoidbooleanverifyDataType(Object value) Returns true if the given value is a valid value of this data type.voidwriteValue(Object value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jbpm.process.core.datatype.DataType
clone, isAssignableFrom
-
Constructor Details
-
StringDataType
public StringDataType()
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
verifyDataType
Description copied from interface:DataTypeReturns true if the given value is a valid value of this data type.- Specified by:
verifyDataTypein interfaceDataType
-
readValue
-
writeValue
- Specified by:
writeValuein interfaceDataType
-
getStringType
Description copied from interface:DataTypeReturns the corresponding Java type of this datatype- Specified by:
getStringTypein interfaceDataType
-
getObjectClass
- Specified by:
getObjectClassin interfaceDataType
-