public enum ComponentType extends Enum<ComponentType>
| Enum Constant and Description |
|---|
DTMF_DETECTOR |
DTMF_GENERATOR |
PLAYER |
RECORDER |
SIGNAL_DETECTOR |
SIGNAL_GENERATOR |
SINE |
SOUND_CARD |
SPECTRA_ANALYZER |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
static ComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentType DTMF_DETECTOR
public static final ComponentType DTMF_GENERATOR
public static final ComponentType PLAYER
public static final ComponentType RECORDER
public static final ComponentType SIGNAL_DETECTOR
public static final ComponentType SIGNAL_GENERATOR
public static final ComponentType SINE
public static final ComponentType SPECTRA_ANALYZER
public static final ComponentType SOUND_CARD
public static ComponentType[] values()
for (ComponentType c : ComponentType.values()) System.out.println(c);
public static ComponentType 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 int getType()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.