@Api(allMethods=true) public class DigitsConstraintInfo extends Object implements ConstraintInfo
| Constructor and Description |
|---|
DigitsConstraintInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFractional()
Return the maximum number of fractional digits.
|
int |
getInteger()
Return the maximum number of integer digits.
|
void |
setFractional(int fractional)
Set the maximum number of fractional digits.
|
void |
setInteger(int integer)
Set the maximum number of integer digits.
|
public int getInteger()
public void setInteger(int integer)
integer - the maximum allowed number of integer digitspublic int getFractional()
public void setFractional(int fractional)
fractional - the maximum allowed number of fractional digitsCopyright © 2015 Geosparc. All Rights Reserved.