public static enum Urlfrontier.URLItem.ItemCase extends java.lang.Enum<Urlfrontier.URLItem.ItemCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
DISCOVERED |
ITEM_NOT_SET |
KNOWN |
| Modifier and Type | Method and Description |
|---|---|
static Urlfrontier.URLItem.ItemCase |
forNumber(int value) |
int |
getNumber() |
static Urlfrontier.URLItem.ItemCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Urlfrontier.URLItem.ItemCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Urlfrontier.URLItem.ItemCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Urlfrontier.URLItem.ItemCase DISCOVERED
public static final Urlfrontier.URLItem.ItemCase KNOWN
public static final Urlfrontier.URLItem.ItemCase ITEM_NOT_SET
public static Urlfrontier.URLItem.ItemCase[] values()
for (Urlfrontier.URLItem.ItemCase c : Urlfrontier.URLItem.ItemCase.values()) System.out.println(c);
public static Urlfrontier.URLItem.ItemCase 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 namejava.lang.NullPointerException - if the argument is null@Deprecated public static Urlfrontier.URLItem.ItemCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Urlfrontier.URLItem.ItemCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2020-2021 Crawler-Commons. All Rights Reserved.