|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<BaseMetaHandler.PageCompletion>
rabbit.meta.BaseMetaHandler.PageCompletion
public static enum BaseMetaHandler.PageCompletion
The states of the generated page
Enum Constant Summary | |
---|---|
PAGE_DONE
Used to signal that the page is finished |
|
PAGE_NOT_DONE
Used to signal that the page is not yet finished and that more content will be added. |
Method Summary | |
---|---|
static BaseMetaHandler.PageCompletion |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BaseMetaHandler.PageCompletion[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final BaseMetaHandler.PageCompletion PAGE_NOT_DONE
public static final BaseMetaHandler.PageCompletion PAGE_DONE
Method Detail |
---|
public static BaseMetaHandler.PageCompletion[] values()
for (BaseMetaHandler.PageCompletion c : BaseMetaHandler.PageCompletion.values()) System.out.println(c);
public static BaseMetaHandler.PageCompletion valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |