public interface ColumnMetaData extends Serializable, Cloneable
Modifier and Type | Method and Description |
---|---|
ColumnMetaData |
clone() |
ColumnType |
getColumnType()
Get the type of column
|
String |
getName()
Get the name of the specified column
|
boolean |
isValid(Object input)
Is the given object valid for this column,
given the column type and any
restrictions given by the
ColumnMetaData object?
|
boolean |
isValid(Writable writable)
Is the given Writable valid for this column, given the column type and any restrictions given by the
ColumnMetaData object?
|
void |
setName(String name)
Setter for the name
|
String getName()
void setName(String name)
name
- ColumnType getColumnType()
boolean isValid(Writable writable)
writable
- Writable to checkboolean isValid(Object input)
input
- object to checkColumnMetaData clone()
Copyright © 2016. All rights reserved.