public static enum EClient.ClientLocation extends Enum<EClient.ClientLocation>
| Modifier and Type | Field and Description |
|---|---|
int |
mask
The location bit mask used with
EFeed.FeedScope. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static EClient.ClientLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EClient.ClientLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EClient.ClientLocation LOCAL
public static final EClient.ClientLocation REMOTE
public final int mask
EFeed.FeedScope.public static EClient.ClientLocation[] values()
for (EClient.ClientLocation c : EClient.ClientLocation.values()) System.out.println(c);
public static EClient.ClientLocation 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 String toString()
toString in class Enum<EClient.ClientLocation>Copyright © 2019. All rights reserved.