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