|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataType
Abstract representation of a datatype.
Method Summary | |
---|---|
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)
|
Methods inherited from interface java.io.Externalizable |
---|
readExternal, writeExternal |
Method Detail |
---|
boolean verifyDataType(Object value)
String writeValue(Object value)
Object readValue(String value)
String getStringType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |