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