public interface DataType extends Externalizable
Modifier and Type | Method and Description |
---|---|
String |
getStringType()
Returns the corresponding Java type of this datatype
|
Object |
readValue(String value) |
boolean |
verifyDataType(Object value)
Returns true if the given value is a valid value of this data type.
|
String |
writeValue(Object value) |
readExternal, writeExternal
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.