public final class UndefinedDataType extends Object implements DataType
| Constructor and Description |
|---|
UndefinedDataType() |
| Modifier and Type | Method and Description |
|---|---|
static UndefinedDataType |
getInstance() |
String |
getStringType()
Returns the corresponding Java type of this datatype
|
void |
readExternal(ObjectInput in) |
Object |
readValue(String value) |
boolean |
verifyDataType(Object value)
Returns true if the given value is a valid value of this data type.
|
void |
writeExternal(ObjectOutput out) |
String |
writeValue(Object value) |
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic static UndefinedDataType getInstance()
public boolean verifyDataType(Object value)
DataTypeverifyDataType in interface DataTypepublic String writeValue(Object value)
writeValue in interface DataTypepublic String getStringType()
DataTypegetStringType in interface DataTypeCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.