public class NumberMapping extends Object
Constructor and Description |
---|
NumberMapping() |
Modifier and Type | Method and Description |
---|---|
Integer |
getColumnDecimalDigitsMax()
The maximum (exclusive) column decimal digit value to fall into this mapping range.
|
Integer |
getColumnDecimalDigitsMin()
The minimum (inclusive) column decimal digit value to fall into this mapping range.
|
Integer |
getColumnSizeMax()
The maximum (exclusive) column size to fall into this mapping range.
|
Integer |
getColumnSizeMin()
The minimum (inclusive) column size to fall into this mapping range.
|
MappedType |
getMappedType()
The mapped type to use when both the column size and decimal digit value fall into the specified ranges.
|
boolean |
match(Integer size,
Integer decimalDigits) |
void |
setColumnDecimalDigitsMax(Integer columnDecimalDigitsMax) |
void |
setColumnDecimalDigitsMin(Integer columnDecimalDigitsMin) |
void |
setColumnSizeMax(Integer columnSizeMax) |
void |
setColumnSizeMin(Integer columnSizeMin) |
void |
setMappedType(MappedType mappedType) |
String |
toString() |
public MappedType getMappedType()
public Integer getColumnSizeMin()
public Integer getColumnSizeMax()
public Integer getColumnDecimalDigitsMin()
public Integer getColumnDecimalDigitsMax()
public void setMappedType(MappedType mappedType)
public void setColumnSizeMin(Integer columnSizeMin)
public void setColumnSizeMax(Integer columnSizeMax)
public void setColumnDecimalDigitsMin(Integer columnDecimalDigitsMin)
public void setColumnDecimalDigitsMax(Integer columnDecimalDigitsMax)
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.