Novell exteNd
Director 5.2 API

com.novell.afw.portlet.api
Interface EbiPortletPreferenceInteger.Range

Enclosing class:
EbiPortletPreferenceInteger

public static interface EbiPortletPreferenceInteger.Range

Inner interface representing a Range for the integer preferenece.

Since:
v5.0

Method Summary
 int getMax()
          Returns the maximum value in the range.
 int getMin()
          Returns the minimum value in the range.
 

Method Detail

getMin

public int getMin()
Returns the minimum value in the range.
Returns:
 
Since:
v5.0

getMax

public int getMax()
Returns the maximum value in the range.
Returns:
 
Since:
v5.0

Novell exteNd
Director 5.2 API