public class CCEventTypeBCSM extends NamedInteger
EventTypeBCSM ::= ENUMERATED { origAttemptAuthorized(1), collectedInfo(2), analyzedInformation(3), routeSelectFailure(4), oCalledPartyBusy(5), oNoAnswer(6), oAnswer(7), oMidCall(8), oDisconnect(9), oAbandon(10), termAttemptAuthorized(12), tCalledPartyBusy(13), tNoAnswer(14), tAnswer(15), tMidCall(16), tDisconnect(17), tAbandon(18) } CC-DataTypes { EventTypeBCSM { @extendible } }
Used as field type by CCEventReportBCSMArg
.
Used as field type by CCInitialDPArg
.
Used as field type by CCBCSMEvent
.
Modifier and Type | Field and Description |
---|---|
static int |
_analyzedInformation
Integer value of the constant analyzedInformation.
|
static int |
_collectedInfo
Integer value of the constant collectedInfo.
|
static int |
_oAbandon
Integer value of the constant oAbandon.
|
static int |
_oAnswer
Integer value of the constant oAnswer.
|
static int |
_oCalledPartyBusy
Integer value of the constant oCalledPartyBusy.
|
static int |
_oDisconnect
Integer value of the constant oDisconnect.
|
static int |
_oMidCall
Integer value of the constant oMidCall.
|
static int |
_oNoAnswer
Integer value of the constant oNoAnswer.
|
static int |
_origAttemptAuthorized
Integer value of the constant origAttemptAuthorized.
|
static int |
_routeSelectFailure
Integer value of the constant routeSelectFailure.
|
static int |
_tAbandon
Integer value of the constant tAbandon.
|
static int |
_tAnswer
Integer value of the constant tAnswer.
|
static int |
_tCalledPartyBusy
Integer value of the constant tCalledPartyBusy.
|
static int |
_tDisconnect
Integer value of the constant tDisconnect.
|
static int |
_termAttemptAuthorized
Integer value of the constant termAttemptAuthorized.
|
static int |
_tMidCall
Integer value of the constant tMidCall.
|
static int |
_tNoAnswer
Integer value of the constant tNoAnswer.
|
static CCEventTypeBCSM |
analyzedInformation
Reference to value of the constant analyzedInformation.
|
static CCEventTypeBCSM |
collectedInfo
Reference to value of the constant collectedInfo.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.callcontrol.CCEventTypeBCSM instance may take (18).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.callcontrol.CCEventTypeBCSM instance may take (1).
|
static CCEventTypeBCSM |
oAbandon
Reference to value of the constant oAbandon.
|
static CCEventTypeBCSM |
oAnswer
Reference to value of the constant oAnswer.
|
static CCEventTypeBCSM |
oCalledPartyBusy
Reference to value of the constant oCalledPartyBusy.
|
static CCEventTypeBCSM |
oDisconnect
Reference to value of the constant oDisconnect.
|
static CCEventTypeBCSM |
oMidCall
Reference to value of the constant oMidCall.
|
static CCEventTypeBCSM |
oNoAnswer
Reference to value of the constant oNoAnswer.
|
static CCEventTypeBCSM |
origAttemptAuthorized
Reference to value of the constant origAttemptAuthorized.
|
static CCEventTypeBCSM |
routeSelectFailure
Reference to value of the constant routeSelectFailure.
|
static CCEventTypeBCSM |
tAbandon
Reference to value of the constant tAbandon.
|
static CCEventTypeBCSM |
tAnswer
Reference to value of the constant tAnswer.
|
static CCEventTypeBCSM |
tCalledPartyBusy
Reference to value of the constant tCalledPartyBusy.
|
static CCEventTypeBCSM |
tDisconnect
Reference to value of the constant tDisconnect.
|
static CCEventTypeBCSM |
termAttemptAuthorized
Reference to value of the constant termAttemptAuthorized.
|
static CCEventTypeBCSM |
tMidCall
Reference to value of the constant tMidCall.
|
static CCEventTypeBCSM |
tNoAnswer
Reference to value of the constant tNoAnswer.
|
Modifier | Constructor and Description |
---|---|
protected |
CCEventTypeBCSM(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
CCEventTypeBCSM(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static CCEventTypeBCSM |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static CCEventTypeBCSM[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _origAttemptAuthorized
public static final CCEventTypeBCSM origAttemptAuthorized
public static final int _collectedInfo
public static final CCEventTypeBCSM collectedInfo
public static final int _analyzedInformation
public static final CCEventTypeBCSM analyzedInformation
public static final int _routeSelectFailure
public static final CCEventTypeBCSM routeSelectFailure
public static final int _oCalledPartyBusy
public static final CCEventTypeBCSM oCalledPartyBusy
public static final int _oNoAnswer
public static final CCEventTypeBCSM oNoAnswer
public static final int _oAnswer
public static final CCEventTypeBCSM oAnswer
public static final int _oMidCall
public static final CCEventTypeBCSM oMidCall
public static final int _oDisconnect
public static final CCEventTypeBCSM oDisconnect
public static final int _oAbandon
public static final CCEventTypeBCSM oAbandon
public static final int _termAttemptAuthorized
public static final CCEventTypeBCSM termAttemptAuthorized
public static final int _tCalledPartyBusy
public static final CCEventTypeBCSM tCalledPartyBusy
public static final int _tNoAnswer
public static final CCEventTypeBCSM tNoAnswer
public static final int _tAnswer
public static final CCEventTypeBCSM tAnswer
public static final int _tMidCall
public static final CCEventTypeBCSM tMidCall
public static final int _tDisconnect
public static final CCEventTypeBCSM tDisconnect
public static final int _tAbandon
public static final CCEventTypeBCSM tAbandon
public static final int MIN_VALUE
public static final int MAX_VALUE
protected CCEventTypeBCSM(int value, String description)
value
- numeric valuedescription
- name of numberprotected CCEventTypeBCSM(int value)
value
- numeric valuepublic static CCEventTypeBCSM fromValue(int value)
value
- integerpublic static CCEventTypeBCSM[] namedValues()