# Interface: com.pnfsoftware.jeb.core.properties.IPropertyTypeInteger

Define a bounded integer property type.

## Method: getDefault
- return type: `java.lang.Integer`


## Method: getMax
- return type: `int`

Description: Get the maximum allowed integer value.
return: the maximum value

## Method: getMin
- return type: `int`

Description: Get the minimum allowed integer value.
return: the value

