public class CAP4EventTypeBCSM extends CCEventTypeBCSM
EventTypeBCSM ::= ENUMERATED { collectedInfo(2), analyzedInformation(3), routeSelectFailure(4), oCalledPartyBusy(5), oNoAnswer(6), oAnswer(7), oMidCall(8), oDisconnect(9), oAbandon(10), termAttemptAuthorized(12), tBusy(13), tNoAnswer(14), tAnswer(15), tMidCall(16), tDisconnect(17), tAbandon(18), oTermSeized(19), callAccepted(27), oChangeOfPosition(50), tChangeOfPosition(51), ... oServiceChange(52), tServiceChange(53) } CAP-datatypes { EventTypeBCSM { @parentType com.opencloud.slee.resources.cgin.callcontrol.CCEventTypeBCSM tBusy { @rename tCalledPartyBusy } } }
Used as field type by CAP4InitialDPArg
.
Used as field type by CAP4BCSMEvent
.
Modifier and Type | Field and Description |
---|---|
static int |
_callAccepted
Integer value of the constant callAccepted.
|
static int |
_oChangeOfPosition
Integer value of the constant oChangeOfPosition.
|
static int |
_oServiceChange
Integer value of the constant oServiceChange.
|
static int |
_oTermSeized
Integer value of the constant oTermSeized.
|
static int |
_tChangeOfPosition
Integer value of the constant tChangeOfPosition.
|
static int |
_tServiceChange
Integer value of the constant tServiceChange.
|
static CAP4EventTypeBCSM |
callAccepted
Reference to value of the constant callAccepted.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.cap_v4.CAP4EventTypeBCSM instance may take (53).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.cap_v4.CAP4EventTypeBCSM instance may take (2).
|
static CAP4EventTypeBCSM |
oChangeOfPosition
Reference to value of the constant oChangeOfPosition.
|
static CAP4EventTypeBCSM |
oServiceChange
Reference to value of the constant oServiceChange.
|
static CAP4EventTypeBCSM |
oTermSeized
Reference to value of the constant oTermSeized.
|
static CAP4EventTypeBCSM |
tChangeOfPosition
Reference to value of the constant tChangeOfPosition.
|
static CAP4EventTypeBCSM |
tServiceChange
Reference to value of the constant tServiceChange.
|
_analyzedInformation, _collectedInfo, _oAbandon, _oAnswer, _oCalledPartyBusy, _oDisconnect, _oMidCall, _oNoAnswer, _origAttemptAuthorized, _routeSelectFailure, _tAbandon, _tAnswer, _tCalledPartyBusy, _tDisconnect, _termAttemptAuthorized, _tMidCall, _tNoAnswer, analyzedInformation, collectedInfo, oAbandon, oAnswer, oCalledPartyBusy, oDisconnect, oMidCall, oNoAnswer, origAttemptAuthorized, routeSelectFailure, tAbandon, tAnswer, tCalledPartyBusy, tDisconnect, termAttemptAuthorized, tMidCall, tNoAnswer
Modifier | Constructor and Description |
---|---|
protected |
CAP4EventTypeBCSM(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
CAP4EventTypeBCSM(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 _oTermSeized
public static final CAP4EventTypeBCSM oTermSeized
public static final int _callAccepted
public static final CAP4EventTypeBCSM callAccepted
public static final int _oChangeOfPosition
public static final CAP4EventTypeBCSM oChangeOfPosition
public static final int _tChangeOfPosition
public static final CAP4EventTypeBCSM tChangeOfPosition
public static final int _oServiceChange
public static final CAP4EventTypeBCSM oServiceChange
public static final int _tServiceChange
public static final CAP4EventTypeBCSM tServiceChange
public static final int MIN_VALUE
public static final int MAX_VALUE
protected CAP4EventTypeBCSM(int value, String description)
value
- numeric valuedescription
- name of numberprotected CAP4EventTypeBCSM(int value)
value
- numeric valuepublic static CCEventTypeBCSM fromValue(int value)
value
- integerpublic static CCEventTypeBCSM[] namedValues()