public interface

IPropertyTypeInteger

implements IPropertyType
com.pnfsoftware.jeb.core.properties.IPropertyTypeInteger
Known Indirect Subclasses

Class Overview

Define an bounded integer property type.

Summary

Public Methods
abstract Integer getDefault()
Get the default value.
abstract int getMax()
Get the maximum allowed integer value.
abstract int getMin()
Get the minimum allowed integer value.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.properties.IPropertyType

Public Methods

public abstract Integer getDefault ()

Get the default value.

Returns
  • the default value, cannot be null

public abstract int getMax ()

Get the maximum allowed integer value.

public abstract int getMin ()

Get the minimum allowed integer value.

Returns
  • the value