public static enum NativeOffer.EnumLocationType extends Enum<NativeOffer.EnumLocationType>
| Enum Constant and Description |
|---|
VALUE_BOTH |
VALUE_OFFLINE |
VALUE_ONLINE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static NativeOffer.EnumLocationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NativeOffer.EnumLocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NativeOffer.EnumLocationType VALUE_BOTH
public static final NativeOffer.EnumLocationType VALUE_OFFLINE
public static final NativeOffer.EnumLocationType VALUE_ONLINE
public static NativeOffer.EnumLocationType[] values()
for (NativeOffer.EnumLocationType c : NativeOffer.EnumLocationType.values()) System.out.println(c);
public static NativeOffer.EnumLocationType 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<NativeOffer.EnumLocationType>Copyright © 2020. All rights reserved.