public enum MixMonitorDirection extends Enum<MixMonitorDirection>
Enum Constant and Description |
---|
BOTH |
FROM_CHANNEL |
TO_CHANNEL |
Modifier and Type | Method and Description |
---|---|
String |
getStateName() |
void |
setStateName(String stateName) |
static MixMonitorDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MixMonitorDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MixMonitorDirection FROM_CHANNEL
public static final MixMonitorDirection TO_CHANNEL
public static final MixMonitorDirection BOTH
public static MixMonitorDirection[] values()
for (MixMonitorDirection c : MixMonitorDirection.values()) System.out.println(c);
public static MixMonitorDirection 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 getStateName()
public void setStateName(String stateName)
Copyright © 2004–2022. All rights reserved.