public static enum BaseHubMission.CreditReward extends java.lang.Enum<BaseHubMission.CreditReward>
| Enum Constant and Description |
|---|
AVERAGE |
HIGH |
LOW |
VERY_HIGH |
VERY_LOW |
| Modifier and Type | Field and Description |
|---|---|
int |
max |
int |
min |
int |
perMarketSize |
| Modifier and Type | Method and Description |
|---|---|
static BaseHubMission.CreditReward |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseHubMission.CreditReward[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseHubMission.CreditReward VERY_LOW
public static final BaseHubMission.CreditReward LOW
public static final BaseHubMission.CreditReward AVERAGE
public static final BaseHubMission.CreditReward HIGH
public static final BaseHubMission.CreditReward VERY_HIGH
public int min
public int max
public int perMarketSize
public static BaseHubMission.CreditReward[] values()
for (BaseHubMission.CreditReward c : BaseHubMission.CreditReward.values()) System.out.println(c);
public static BaseHubMission.CreditReward valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null