|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILimits
This interface defines limits which can be assigned to users.
| Field Summary | |
|---|---|
static ILimits |
ALL_LIMITS
An ILimits object containing all possible limits. |
| Method Summary | |
|---|---|
void |
addLimits(int[] limits)
Adds limits to this set. |
IRightID[] |
toArray()
Returns the limits in the current collection as an array. |
| Field Detail |
|---|
static final ILimits ALL_LIMITS
An ILimits object containing all possible limits.
| Method Detail |
|---|
void addLimits(int[] limits)
Adds limits to this set.
limits - An array of integers containing a Right ID.IRightID[] toArray()
Returns the limits in the current collection as an array. The limits are
in an IRightID array.
IRightID's.IRightID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||