public enum CallDirection
- Object
- Enum<CallDirection>
- CallDirection
ImplementsComparable<CallDirection>
Which way a call was placed. The ordinals cross the SPI boundary, so
existing constants must not be reordered.
Enum constants
INCOMING | Placed by the far end and rung on this device. |
OUTGOING | Placed by this device. |
Methods
public static CallDirection[] values() | |
public static CallDirection valueOf(String name) |
Inherited methods
Enum constant details
INCOMING
INCOMINGPlaced by the far end and rung on this device.
OUTGOING
OUTGOINGPlaced by this device.
Method details
values
public static CallDirection[] values()valueOf
public static CallDirection valueOf(String name)