Uses of Class
com.pnfsoftware.jeb.core.properties.impl.PropertyTypeInteger
Packages that use PropertyTypeInteger
Package
Description
Standard implementation of the
properties
set of interfaces.-
Uses of PropertyTypeInteger in com.pnfsoftware.jeb.core.properties.impl
Methods in com.pnfsoftware.jeb.core.properties.impl that return PropertyTypeIntegerModifier and TypeMethodDescriptionstatic PropertyTypeInteger
PropertyTypeInteger.create()
Create an integer property type without constraints, whose default value is zero.static PropertyTypeInteger
Create an integer property.static PropertyTypeInteger
Create an integer property type without constraints.static PropertyTypeInteger
PropertyTypeInteger.createNegative
(Integer def) Create a negative integer property type.static PropertyTypeInteger
PropertyTypeInteger.createNegativeOrZero
(Integer def) Create a negative or null integer property type.static PropertyTypeInteger
PropertyTypeInteger.createPositive
(Integer def) Create a positive integer property type.static PropertyTypeInteger
PropertyTypeInteger.createPositiveOrZero
(Integer def) Create a positive or null integer property type.