|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.csapi.jr.slee.ui.TpUITargetObjectType
public final class TpUITargetObjectType
Defines the type of object where User Interaction should be performed upon.
| 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 |
|---|
public static final int _P_UI_TARGET_OBJECT_CALL
public static final TpUITargetObjectType P_UI_TARGET_OBJECT_CALL
public static final int _P_UI_TARGET_OBJECT_MULTI_PARTY_CALL
public static final TpUITargetObjectType P_UI_TARGET_OBJECT_MULTI_PARTY_CALL
public static final int _P_UI_TARGET_OBJECT_CALL_LEG
public static final TpUITargetObjectType P_UI_TARGET_OBJECT_CALL_LEG
| Method Detail |
|---|
public int getValue()
public java.lang.String toString()
toString in class java.lang.Object
public static TpUITargetObjectType getObject(int value)
throws InvalidEnumValueException
value - number representing type
of object, this is defined within the class
InvalidEnumValueException - thrown if invalid value
is passed into method
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||