public static enum Sh.CurrentLocation extends Enum<Sh.CurrentLocation>
| Enum Constant and Description |
|---|
DoNotNeedInitiateActiveLocationRetrieval
retrieval has to be initiated or not:
|
InitiateActiveLocationRetrieval
It is requested that an active location retrieval is initiated.
|
| Modifier and Type | Method and Description |
|---|---|
static Sh.CurrentLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sh.CurrentLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sh.CurrentLocation DoNotNeedInitiateActiveLocationRetrieval
public static final Sh.CurrentLocation InitiateActiveLocationRetrieval
public static Sh.CurrentLocation[] values()
for (Sh.CurrentLocation c : Sh.CurrentLocation.values()) System.out.println(c);
public static Sh.CurrentLocation 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 © 2014. All Rights Reserved.