public interface IntegerType extends SimpleType
This interface represents an integer type
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMaxValue()
Returns the maximum value.
|
java.lang.String |
getMinValue()
Returns the minimum value.
|
static final java.lang.String copyright