org.mobicents.csapi.jr.slee.ui
Class TpUITargetObjectType

java.lang.Object
  extended by org.mobicents.csapi.jr.slee.ui.TpUITargetObjectType
All Implemented Interfaces:
java.io.Serializable

public final class TpUITargetObjectType
extends java.lang.Object
implements java.io.Serializable

Defines the type of object where User Interaction should be performed upon.

See Also:
Serialized Form

Field Summary
static int _P_UI_TARGET_OBJECT_CALL
          User-interaction will be performed on a complete Call.
static int _P_UI_TARGET_OBJECT_CALL_LEG
          User-interaction will be performed on a single Call Leg.
static int _P_UI_TARGET_OBJECT_MULTI_PARTY_CALL
          User-interaction will be performed on a complete Multi-party Call.
static TpUITargetObjectType P_UI_TARGET_OBJECT_CALL
          Target object is a Generic Call Contol Service (GCCS) Call.
static TpUITargetObjectType P_UI_TARGET_OBJECT_CALL_LEG
          Target object is a MultiParty Call Contol Service (MPCCS) Call Leg.
static TpUITargetObjectType P_UI_TARGET_OBJECT_MULTI_PARTY_CALL
          Target object is a MultiParty Call Contol Service (MPCCS) Call.
 
Method Summary
static TpUITargetObjectType getObject(int value)
          Accepts values in the range of 0 to 3
 int getValue()
          Number representing enum type
 java.lang.String toString()
          toString method, overrides the toString() method in class java.lang.Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_P_UI_TARGET_OBJECT_CALL

public static final int _P_UI_TARGET_OBJECT_CALL
User-interaction will be performed on a complete Call.

See Also:
Constant Field Values

P_UI_TARGET_OBJECT_CALL

public static final TpUITargetObjectType P_UI_TARGET_OBJECT_CALL
Target object is a Generic Call Contol Service (GCCS) Call.


_P_UI_TARGET_OBJECT_MULTI_PARTY_CALL

public static final int _P_UI_TARGET_OBJECT_MULTI_PARTY_CALL
User-interaction will be performed on a complete Multi-party Call.

See Also:
Constant Field Values

P_UI_TARGET_OBJECT_MULTI_PARTY_CALL

public static final TpUITargetObjectType P_UI_TARGET_OBJECT_MULTI_PARTY_CALL
Target object is a MultiParty Call Contol Service (MPCCS) Call.


_P_UI_TARGET_OBJECT_CALL_LEG

public static final int _P_UI_TARGET_OBJECT_CALL_LEG
User-interaction will be performed on a single Call Leg.

See Also:
Constant Field Values

P_UI_TARGET_OBJECT_CALL_LEG

public static final TpUITargetObjectType P_UI_TARGET_OBJECT_CALL_LEG
Target object is a MultiParty Call Contol Service (MPCCS) Call Leg.

Method Detail

getValue

public int getValue()
Number representing enum type

Returns:
int number representing type of object, this is defined within the class

toString

public java.lang.String toString()
toString method, overrides the toString() method in class java.lang.Object

Overrides:
toString in class java.lang.Object
Returns:
String The stringified version of the TpUITargetObjectType object

getObject

public static TpUITargetObjectType getObject(int value)
                                      throws InvalidEnumValueException
Accepts values in the range of 0 to 3

Parameters:
value - number representing type of object, this is defined within the class
Returns:
The object value
Throws:
InvalidEnumValueException - thrown if invalid value is passed into method


Copyright © 2008. All Rights Reserved.