private static enum AudioEventServer.INTERPOLATION_MODE extends java.lang.Enum<AudioEventServer.INTERPOLATION_MODE>
| Enum Constant and Description |
|---|
LINEAR
The linear.
|
NONE
The none.
|
POLYNOMIAL
The polynomial.
|
| Modifier and Type | Method and Description |
|---|---|
static AudioEventServer.INTERPOLATION_MODE |
fromString(java.lang.String str)
From string.
|
static AudioEventServer.INTERPOLATION_MODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AudioEventServer.INTERPOLATION_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AudioEventServer.INTERPOLATION_MODE NONE
public static final AudioEventServer.INTERPOLATION_MODE LINEAR
public static final AudioEventServer.INTERPOLATION_MODE POLYNOMIAL
public static AudioEventServer.INTERPOLATION_MODE[] values()
for (AudioEventServer.INTERPOLATION_MODE c : AudioEventServer.INTERPOLATION_MODE.values()) System.out.println(c);
public static AudioEventServer.INTERPOLATION_MODE 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 static AudioEventServer.INTERPOLATION_MODE fromString(java.lang.String str)
str - the str