hp.opencall.media.ccapi
Interface PresentationIndicatorConstants


public interface PresentationIndicatorConstants

Possible values for presentation of the number.


Field Summary
static int ALLOWED
          presentation is allowed
static int MAX
          Max allowed value
static int MIN
          Min allowed value
static int NOT_AVAILABLE
          presentation is not available
static int NOT_SET
          default value field is not relevant or not present
static int RESTRICTED
          Presentation is restrited
static int SPARE
          spare
 

Field Detail

ALLOWED

public static final int ALLOWED
presentation is allowed

See Also:
Constant Field Values

RESTRICTED

public static final int RESTRICTED
Presentation is restrited

See Also:
Constant Field Values

NOT_AVAILABLE

public static final int NOT_AVAILABLE
presentation is not available

See Also:
Constant Field Values

SPARE

public static final int SPARE
spare

See Also:
Constant Field Values

MAX

public static final int MAX
Max allowed value

See Also:
Constant Field Values

MIN

public static final int MIN
Min allowed value

See Also:
Constant Field Values

NOT_SET

public static final int NOT_SET
default value field is not relevant or not present

See Also:
Constant Field Values