public class IntegerMetaData extends Object implements ColumnMetaData
Constructor and Description |
---|
IntegerMetaData() |
IntegerMetaData(Integer min,
Integer max) |
Modifier and Type | Method and Description |
---|---|
IntegerMetaData |
clone() |
ColumnType |
getColumnType()
Get the type of column
|
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() |
public ColumnType getColumnType()
ColumnMetaData
getColumnType
in interface ColumnMetaData
public boolean isValid(Writable writable)
ColumnMetaData
isValid
in interface ColumnMetaData
writable
- Writable to checkpublic IntegerMetaData clone()
clone
in interface ColumnMetaData
clone
in class Object
Copyright © 2016. All rights reserved.