Interface DataType
-
- All Superinterfaces:
Externalizable,Serializable
public interface DataType extends Externalizable
Abstract representation of a datatype.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getClassType()StringgetStringType()Returns the corresponding Java type of this datatypeObjectreadValue(String value)booleanverifyDataType(Object value)Returns true if the given value is a valid value of this data type.StringwriteValue(Object value)-
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
-