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, writeValuepublic ListDataType()
public ListDataType(DataType dataType)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class ObjectDataTypeIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class ObjectDataTypeIOExceptionpublic void setType(DataType dataType)
setType in interface TypeObjectpublic DataType getType()
getType in interface TypeObjectpublic boolean verifyDataType(Object value)
DataTypeverifyDataType in interface DataTypeverifyDataType in class ObjectDataTypeCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.