public static enum EZConstants.EZTalkbackCapability extends java.lang.Enum<EZConstants.EZTalkbackCapability>
Enum Constant and Description |
---|
EZTalkbackFullDuplex |
EZTalkbackHalfDuplex |
EZTalkbackNoSupport |
Modifier and Type | Method and Description |
---|---|
int |
getCapability() |
static EZConstants.EZTalkbackCapability |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EZConstants.EZTalkbackCapability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EZConstants.EZTalkbackCapability EZTalkbackNoSupport
public static final EZConstants.EZTalkbackCapability EZTalkbackFullDuplex
public static final EZConstants.EZTalkbackCapability EZTalkbackHalfDuplex
public static EZConstants.EZTalkbackCapability[] values()
for (EZConstants.EZTalkbackCapability c : EZConstants.EZTalkbackCapability.values()) System.out.println(c);
public static EZConstants.EZTalkbackCapability 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 int getCapability()