public enum VoiceLegDirection extends Enum<VoiceLegDirection>
| Modifier and Type | Method and Description |
|---|---|
static VoiceLegDirection |
forValue(String value) |
static VoiceLegDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VoiceLegDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VoiceLegDirection Incoming
public static final VoiceLegDirection Outgoing
public static VoiceLegDirection[] values()
for (VoiceLegDirection c : VoiceLegDirection.values()) System.out.println(c);
public static VoiceLegDirection 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 static VoiceLegDirection forValue(String value)
Copyright © 2024. All rights reserved.