Interface IPropertyTypeInteger

All Superinterfaces:
IPropertyType
All Known Implementing Classes:
PropertyTypeInteger, PropertyTypeSelection

public interface IPropertyTypeInteger extends IPropertyType
Define an bounded integer property type.
  • Method Details

    • getDefault

      Integer getDefault()
      Description copied from interface: IPropertyType
      Get the default value.
      Specified by:
      getDefault in interface IPropertyType
      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: