|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.hivemind.Occurances
Identifies the number of contributions allowed to a configuration extension point.
Field Summary | |
static Occurances |
ONE_PLUS
At least one is required. |
static Occurances |
OPTIONAL
Optional, may be zero or one, but not more. |
static Occurances |
REQUIRED
Exactly one is required. |
static Occurances |
UNBOUNDED
An unbounded number, zero or more. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Occurances UNBOUNDED
public static final Occurances OPTIONAL
public static final Occurances REQUIRED
public static final Occurances ONE_PLUS
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |