public class StringDataType extends Object implements DataType
Constructor and Description |
---|
StringDataType() |
Modifier and Type | Method and Description |
---|---|
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 Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public boolean verifyDataType(Object value)
DataType
verifyDataType
in interface DataType
public String writeValue(Object value)
writeValue
in interface DataType
public String getStringType()
DataType
getStringType
in interface DataType
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.