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