Interface IPropertyTypeInteger
- All Superinterfaces:
IPropertyType
- All Known Implementing Classes:
PropertyTypeInteger
,PropertyTypeSelection
Define an bounded integer property type.
-
Method Summary
Methods inherited from interface com.pnfsoftware.jeb.core.properties.IPropertyType
afterRead, beforeWrite, getName, validate
-
Method Details
-
getDefault
Integer getDefault()Description copied from interface:IPropertyType
Get the default value.- Specified by:
getDefault
in interfaceIPropertyType
- Returns:
- the default value, cannot be null
-
getMin
int getMin()Get the minimum allowed integer value.- Returns:
- the value
-
getMax
int getMax()Get the maximum allowed integer value.- Returns:
-