public enum ConnectionMode extends Enum<ConnectionMode>
| Enum Constant and Description |
|---|
CONFERENCE |
CONTINUITY_TEST |
INACTIVE |
LOOPBACK |
NETWORK_CONTINUITY_TEST |
NETWORK_LOOPBACK |
RECV_ONLY |
SEND_ONLY |
SEND_RECV |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
static ConnectionMode |
fromDescription(String description) |
static ConnectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionMode INACTIVE
public static final ConnectionMode SEND_ONLY
public static final ConnectionMode RECV_ONLY
public static final ConnectionMode SEND_RECV
public static final ConnectionMode CONFERENCE
public static final ConnectionMode NETWORK_LOOPBACK
public static final ConnectionMode LOOPBACK
public static final ConnectionMode CONTINUITY_TEST
public static final ConnectionMode NETWORK_CONTINUITY_TEST
public static ConnectionMode[] values()
for (ConnectionMode c : ConnectionMode.values()) System.out.println(c);
public static ConnectionMode 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 description()
public static final ConnectionMode fromDescription(String description)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.