public enum PUBGSeason extends Enum<PUBGSeason>
| Enum Constant and Description |
|---|
PRE1_2017 |
PRE2_2017 |
PRE3_2017 |
PRE4_2017 |
| Modifier and Type | Method and Description |
|---|---|
static PUBGSeason |
findByKey(String toFind) |
String |
getSeasonName() |
static PUBGSeason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PUBGSeason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PUBGSeason PRE1_2017
public static final PUBGSeason PRE2_2017
public static final PUBGSeason PRE3_2017
public static final PUBGSeason PRE4_2017
public static PUBGSeason[] values()
for (PUBGSeason c : PUBGSeason.values()) System.out.println(c);
public static PUBGSeason 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 getSeasonName()
public static PUBGSeason findByKey(String toFind)
Copyright © 2017. All rights reserved.