public class ListDataType extends ObjectDataType implements TypeObject
Constructor and Description |
---|
ListDataType() |
ListDataType(DataType dataType) |
Modifier and Type | Method and Description |
---|---|
DataType |
getType() |
void |
readExternal(ObjectInput in) |
void |
setType(DataType dataType) |
boolean |
verifyDataType(Object value)
Returns true if the given value is a valid value of this data type.
|
void |
writeExternal(ObjectOutput out) |
getClassLoader, getClassName, getStringType, readValue, setClassLoader, setClassName, writeValue
public ListDataType()
public ListDataType(DataType dataType)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ObjectDataType
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ObjectDataType
IOException
public void setType(DataType dataType)
setType
in interface TypeObject
public DataType getType()
getType
in interface TypeObject
public boolean verifyDataType(Object value)
DataType
verifyDataType
in interface DataType
verifyDataType
in class ObjectDataType
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.