public static enum CorporationContractsResponse.TypeEnum extends Enum<CorporationContractsResponse.TypeEnum>
| Enum Constant and Description |
|---|
AUCTION |
COURIER |
ITEM_EXCHANGE |
LOAN |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static CorporationContractsResponse.TypeEnum |
fromValue(String text) |
String |
toString() |
static CorporationContractsResponse.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorporationContractsResponse.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CorporationContractsResponse.TypeEnum UNKNOWN
public static final CorporationContractsResponse.TypeEnum ITEM_EXCHANGE
public static final CorporationContractsResponse.TypeEnum AUCTION
public static final CorporationContractsResponse.TypeEnum COURIER
public static final CorporationContractsResponse.TypeEnum LOAN
public static CorporationContractsResponse.TypeEnum[] values()
for (CorporationContractsResponse.TypeEnum c : CorporationContractsResponse.TypeEnum.values()) System.out.println(c);
public static CorporationContractsResponse.TypeEnum 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<CorporationContractsResponse.TypeEnum>public static CorporationContractsResponse.TypeEnum fromValue(String text)
Copyright © 2019. All Rights Reserved.