|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GmPublishingPriority.Value>
com.google.api.gbase.client.GmPublishingPriority.Value
public static enum GmPublishingPriority.Value
Possible values for the indexing element.
Enum Constant Summary | |
---|---|
HIGH
The item has a high priority for getting published. |
|
LOW
The item has a low priority for getting published. |
Method Summary | |
---|---|
static GmPublishingPriority.Value |
getByText(java.lang.String textValue)
Returns the priority value based on the textValue
parameter, or null if no such value exists. |
java.lang.String |
getTextValue()
Returns the text value, as represented in the entry. |
static GmPublishingPriority.Value |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GmPublishingPriority.Value[] |
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 GmPublishingPriority.Value HIGH
public static final GmPublishingPriority.Value LOW
Method Detail |
---|
public static GmPublishingPriority.Value[] values()
for (GmPublishingPriority.Value c : GmPublishingPriority.Value.values()) System.out.println(c);
public static GmPublishingPriority.Value valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getTextValue()
public static GmPublishingPriority.Value getByText(java.lang.String textValue)
textValue
parameter, or null
if no such value exists.
textValue
- text representation of the value
null
if not found
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |