public enum GooGlVersion extends Enum<GooGlVersion>
| Enum Constant and Description |
|---|
V1
First and currently only version of GooGl
|
| Modifier and Type | Field and Description |
|---|---|
String |
serviceUrl |
| Modifier and Type | Method and Description |
|---|---|
static GooGlVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GooGlVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GooGlVersion V1
public final String serviceUrl
public static GooGlVersion[] values()
for (GooGlVersion c : GooGlVersion.values()) System.out.println(c);
public static GooGlVersion 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 nullCopyright © 2011-2013. All Rights Reserved.