com.crystaldecisions.sdk.occa.security
Interface ILimitResult


public interface ILimitResult

This interface defines the result of a limit right retrieved from the server.


Method Summary
 int getMaxValue()
          returns the maximum value of the limit
 int getMinValue()
          returns the minimum value of the limit
 

Method Detail

getMinValue

int getMinValue()
returns the minimum value of the limit

Returns:
the minimum value of the limit

getMaxValue

int getMaxValue()
returns the maximum value of the limit

Returns:
the maximum value of the limit