public enum WaveItems extends Enum<WaveItems> implements WaveItemEnum
Enum Constant and Description |
---|
fieldName
.
|
name
.
|
resourceName
.
|
Modifier and Type | Method and Description |
---|---|
static WaveItems |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaveItems[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final WaveItems resourceName
public static WaveItems[] values()
for (WaveItems c : WaveItems.values()) System.out.println(c);
public static WaveItems 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 nullCopyright © 2011–2016 JRebirth OSS. All rights reserved.