public enum GooGlStatus extends Enum<GooGlStatus>
| Modifier and Type | Method and Description |
|---|---|
static GooGlStatus |
byName(String string) |
static GooGlStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GooGlStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GooGlStatus OK
public static final GooGlStatus MALWARE
public static final GooGlStatus PHISHING
public static final GooGlStatus REMOVED
public static GooGlStatus[] values()
for (GooGlStatus c : GooGlStatus.values()) System.out.println(c);
public static GooGlStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static GooGlStatus byName(String string)
Copyright © 2011-2013. All Rights Reserved.