public enum CallDirection

  1. Object
  2. Enum<CallDirection>
  3. CallDirection

ImplementsComparable<CallDirection>

Which way a call was placed. The ordinals cross the SPI boundary, so existing constants must not be reordered.

Enum constants

INCOMINGPlaced by the far end and rung on this device.
OUTGOINGPlaced by this device.

Methods

public static CallDirection[] values()
public static CallDirection valueOf(String name)

Inherited methods

Enum constant details

INCOMING

INCOMING
Placed by the far end and rung on this device.

OUTGOING

OUTGOING
Placed by this device.

Method details

values

public static CallDirection[] values()

valueOf

public static CallDirection valueOf(String name)