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