public enum ZAWASounds extends java.lang.Enum<ZAWASounds>
| Enum Constant and Description | 
|---|
AELEPHANT_AMBIENT  | 
AELEPHANT_HURT  | 
AMURLEOPARD_AMBIENT  | 
AMURLEOPARD_HURT  | 
NILE_HIPPO_AMBIENT  | 
NILE_HIPPO_HURT  | 
POLARBEAR_AMBIENT  | 
POLARBEAR_HURT  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getSound()  | 
static ZAWASounds | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ZAWASounds[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ZAWASounds POLARBEAR_AMBIENT
public static final ZAWASounds POLARBEAR_HURT
public static final ZAWASounds AELEPHANT_AMBIENT
public static final ZAWASounds AELEPHANT_HURT
public static final ZAWASounds AMURLEOPARD_AMBIENT
public static final ZAWASounds AMURLEOPARD_HURT
public static final ZAWASounds NILE_HIPPO_AMBIENT
public static final ZAWASounds NILE_HIPPO_HURT
public static ZAWASounds[] values()
for (ZAWASounds c : ZAWASounds.values()) System.out.println(c);
public static ZAWASounds 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 nullpublic java.lang.String getSound()