org.csapi.jr.se.cc
Class CallPartyCategory

java.lang.Object
  |
  +--org.csapi.jr.se.cc.CallPartyCategory
All Implemented Interfaces:
java.io.Serializable

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

This data type defines the category of a calling party. (ITU-T Recommendation Q.763: Calling Party Category / Called Party Category)

See Also:
Serialized Form

Field Summary
static int _CALL_PARTY_CATEGORY_DATA_CALL
          data call (voice band data)
static int _CALL_PARTY_CATEGORY_OPERATOR_E
          operator, language English
static int _CALL_PARTY_CATEGORY_OPERATOR_F
          operator, language French
static int _CALL_PARTY_CATEGORY_OPERATOR_G
          operator, language German
static int _CALL_PARTY_CATEGORY_OPERATOR_R
          operator, language Russian
static int _CALL_PARTY_CATEGORY_OPERATOR_S
          operator, language Spanish
static int _CALL_PARTY_CATEGORY_ORDINARY_SUB
          ordinary calling subscriber
static int _CALL_PARTY_CATEGORY_PAYPHONE
          payphone
static int _CALL_PARTY_CATEGORY_PRIORITY_SUB
          calling subscriber with priority
static int _CALL_PARTY_CATEGORY_TEST_CALL
          test call
static int _CALL_PARTY_CATEGORY_UNKNOWN
          calling party's category unknown at this time
static org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_DATA_CALL
          data call (voice band data)
static org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_OPERATOR_E
          operator, language English
static org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_OPERATOR_F
          operator, language French
static org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_OPERATOR_G
          operator, language German
static org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_OPERATOR_R
          operator, language Russian
static org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_OPERATOR_S
          operator, language Spanish
static org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_ORDINARY_SUB
          ordinary calling subscriber
static org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_PAYPHONE
          payphone
static org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_PRIORITY_SUB
          calling subscriber with priority
static org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_TEST_CALL
          test call
static org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_UNKNOWN
          calling party's category unknown at this time
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
static org.csapi.jr.se.cc.CallPartyCategory getObject(int value)
          Accepts values in the range of 0 to 10
 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

_CALL_PARTY_CATEGORY_UNKNOWN

public static final int _CALL_PARTY_CATEGORY_UNKNOWN
calling party's category unknown at this time

See Also:
Constant Field Values

CALL_PARTY_CATEGORY_UNKNOWN

public static final org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_UNKNOWN
calling party's category unknown at this time


_CALL_PARTY_CATEGORY_OPERATOR_F

public static final int _CALL_PARTY_CATEGORY_OPERATOR_F
operator, language French

See Also:
Constant Field Values

CALL_PARTY_CATEGORY_OPERATOR_F

public static final org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_OPERATOR_F
operator, language French


_CALL_PARTY_CATEGORY_OPERATOR_E

public static final int _CALL_PARTY_CATEGORY_OPERATOR_E
operator, language English

See Also:
Constant Field Values

CALL_PARTY_CATEGORY_OPERATOR_E

public static final org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_OPERATOR_E
operator, language English


_CALL_PARTY_CATEGORY_OPERATOR_G

public static final int _CALL_PARTY_CATEGORY_OPERATOR_G
operator, language German

See Also:
Constant Field Values

CALL_PARTY_CATEGORY_OPERATOR_G

public static final org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_OPERATOR_G
operator, language German


_CALL_PARTY_CATEGORY_OPERATOR_R

public static final int _CALL_PARTY_CATEGORY_OPERATOR_R
operator, language Russian

See Also:
Constant Field Values

CALL_PARTY_CATEGORY_OPERATOR_R

public static final org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_OPERATOR_R
operator, language Russian


_CALL_PARTY_CATEGORY_OPERATOR_S

public static final int _CALL_PARTY_CATEGORY_OPERATOR_S
operator, language Spanish

See Also:
Constant Field Values

CALL_PARTY_CATEGORY_OPERATOR_S

public static final org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_OPERATOR_S
operator, language Spanish


_CALL_PARTY_CATEGORY_ORDINARY_SUB

public static final int _CALL_PARTY_CATEGORY_ORDINARY_SUB
ordinary calling subscriber

See Also:
Constant Field Values

CALL_PARTY_CATEGORY_ORDINARY_SUB

public static final org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_ORDINARY_SUB
ordinary calling subscriber


_CALL_PARTY_CATEGORY_PRIORITY_SUB

public static final int _CALL_PARTY_CATEGORY_PRIORITY_SUB
calling subscriber with priority

See Also:
Constant Field Values

CALL_PARTY_CATEGORY_PRIORITY_SUB

public static final org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_PRIORITY_SUB
calling subscriber with priority


_CALL_PARTY_CATEGORY_DATA_CALL

public static final int _CALL_PARTY_CATEGORY_DATA_CALL
data call (voice band data)

See Also:
Constant Field Values

CALL_PARTY_CATEGORY_DATA_CALL

public static final org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_DATA_CALL
data call (voice band data)


_CALL_PARTY_CATEGORY_TEST_CALL

public static final int _CALL_PARTY_CATEGORY_TEST_CALL
test call

See Also:
Constant Field Values

CALL_PARTY_CATEGORY_TEST_CALL

public static final org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_TEST_CALL
test call


_CALL_PARTY_CATEGORY_PAYPHONE

public static final int _CALL_PARTY_CATEGORY_PAYPHONE
payphone

See Also:
Constant Field Values

CALL_PARTY_CATEGORY_PAYPHONE

public static final org.csapi.jr.se.cc.CallPartyCategory CALL_PARTY_CATEGORY_PAYPHONE
payphone

Method Detail

getValue

public int getValue()
Number representing enum type

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

getValueText

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

Returns:
String The stringified version of the CallPartyCategory object

getObject

public static org.csapi.jr.se.cc.CallPartyCategory getObject(int value)
                                                      throws InvalidEnumValueException
Accepts values in the range of 0 to 10

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

equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object