public class IntegerMetaData extends BaseColumnMetaData
name| Constructor and Description |
|---|
IntegerMetaData(String name) |
IntegerMetaData(String name,
Integer min,
Integer max) |
| Modifier and Type | Method and Description |
|---|---|
IntegerMetaData |
clone() |
ColumnType |
getColumnType()
Get the type of 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?
|
String |
toString() |
getName, setNamepublic IntegerMetaData(String name)
public ColumnType getColumnType()
ColumnMetaDatapublic boolean isValid(Writable writable)
ColumnMetaDatawritable - Writable to checkpublic boolean isValid(Object input)
input - object to checkpublic IntegerMetaData clone()
clone in interface ColumnMetaDataclone in class BaseColumnMetaDataCopyright © 2020. All rights reserved.