Module io.automatiko.engine.api
Interface DataType
- All Superinterfaces:
Externalizable,Serializable
Abstract representation of a datatype.
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>Returns the corresponding Java type of this datatypebooleanverifyDataType(Object value) Returns true if the given value is a valid value of this data type.writeValue(Object value) Methods inherited from interface java.io.Externalizable
readExternal, writeExternal