|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.gccs.CallReportType
Defines a specific call event report type.
Field Summary | |
static int |
_CALL_REPORT_ALERTING
Call is alerting at the call party. |
static int |
_CALL_REPORT_ANSWER
Call answered at address. |
static int |
_CALL_REPORT_BUSY
Called address refused call due to busy. |
static int |
_CALL_REPORT_DISCONNECT
The media stream of the called party has disconnected. |
static int |
_CALL_REPORT_NO_ANSWER
No answer at called address. |
static int |
_CALL_REPORT_NOT_REACHABLE
The called address is not reachable; for example the phone has been switched off or the phone is outside the coverage area of the network. |
static int |
_CALL_REPORT_PROGRESS
Call routing progress event: an indication from the network that progress has been made in routing the call to the requested call party. |
static int |
_CALL_REPORT_QUEUED
The call is being held in a queue. |
static int |
_CALL_REPORT_REDIRECTED
Call redirected to new address: an indication from the network that the call has been redirected to a new address. |
static int |
_CALL_REPORT_ROUTING_FAILURE
Call routing failed - re-routing is possible. |
static int |
_CALL_REPORT_SERVICE_CODE
Mid-call service code received. |
static int |
_CALL_REPORT_UNDEFINED
Undefined. |
static org.csapi.jr.se.cc.gccs.CallReportType |
CALL_REPORT_ALERTING
Call is alerting at the call party. |
static org.csapi.jr.se.cc.gccs.CallReportType |
CALL_REPORT_ANSWER
Call answered at address. |
static org.csapi.jr.se.cc.gccs.CallReportType |
CALL_REPORT_BUSY
Called address refused call due to busy. |
static org.csapi.jr.se.cc.gccs.CallReportType |
CALL_REPORT_DISCONNECT
The media stream of the called party has disconnected. |
static org.csapi.jr.se.cc.gccs.CallReportType |
CALL_REPORT_NO_ANSWER
No answer at called address. |
static org.csapi.jr.se.cc.gccs.CallReportType |
CALL_REPORT_NOT_REACHABLE
The called address is not reachable; for example the phone has been switched off or the phone is outside the coverage area of the network. |
static org.csapi.jr.se.cc.gccs.CallReportType |
CALL_REPORT_PROGRESS
Call routing progress event: an indication from the network that progress has been made in routing the call to the requested call party. |
static org.csapi.jr.se.cc.gccs.CallReportType |
CALL_REPORT_QUEUED
The call is being held in a queue. |
static org.csapi.jr.se.cc.gccs.CallReportType |
CALL_REPORT_REDIRECTED
Call redirected to new address: an indication from the network that the call has been redirected to a new address. |
static org.csapi.jr.se.cc.gccs.CallReportType |
CALL_REPORT_ROUTING_FAILURE
Call routing failed - re-routing is possible. |
static org.csapi.jr.se.cc.gccs.CallReportType |
CALL_REPORT_SERVICE_CODE
Mid-call service code received. |
static org.csapi.jr.se.cc.gccs.CallReportType |
CALL_REPORT_UNDEFINED
Undefined. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
static org.csapi.jr.se.cc.gccs.CallReportType |
getObject(int value)
Accepts values in the range of 0 to 11 |
int |
getValue()
Number representing enum type |
java.lang.String |
getValueText()
getValueText method, overrides the getValueText() method in class java.lang.Object |
int |
hashCode()
Returns a hashcode value for the object. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int _CALL_REPORT_UNDEFINED
public static final org.csapi.jr.se.cc.gccs.CallReportType CALL_REPORT_UNDEFINED
public static final int _CALL_REPORT_PROGRESS
public static final org.csapi.jr.se.cc.gccs.CallReportType CALL_REPORT_PROGRESS
public static final int _CALL_REPORT_ALERTING
public static final org.csapi.jr.se.cc.gccs.CallReportType CALL_REPORT_ALERTING
public static final int _CALL_REPORT_ANSWER
public static final org.csapi.jr.se.cc.gccs.CallReportType CALL_REPORT_ANSWER
public static final int _CALL_REPORT_BUSY
public static final org.csapi.jr.se.cc.gccs.CallReportType CALL_REPORT_BUSY
public static final int _CALL_REPORT_NO_ANSWER
public static final org.csapi.jr.se.cc.gccs.CallReportType CALL_REPORT_NO_ANSWER
public static final int _CALL_REPORT_DISCONNECT
public static final org.csapi.jr.se.cc.gccs.CallReportType CALL_REPORT_DISCONNECT
public static final int _CALL_REPORT_REDIRECTED
public static final org.csapi.jr.se.cc.gccs.CallReportType CALL_REPORT_REDIRECTED
public static final int _CALL_REPORT_SERVICE_CODE
public static final org.csapi.jr.se.cc.gccs.CallReportType CALL_REPORT_SERVICE_CODE
public static final int _CALL_REPORT_ROUTING_FAILURE
public static final org.csapi.jr.se.cc.gccs.CallReportType CALL_REPORT_ROUTING_FAILURE
public static final int _CALL_REPORT_QUEUED
public static final org.csapi.jr.se.cc.gccs.CallReportType CALL_REPORT_QUEUED
public static final int _CALL_REPORT_NOT_REACHABLE
public static final org.csapi.jr.se.cc.gccs.CallReportType CALL_REPORT_NOT_REACHABLE
Method Detail |
public int getValue()
public java.lang.String getValueText()
public static org.csapi.jr.se.cc.gccs.CallReportType 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 methodpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |