Class CAP4EventTypeBCSM
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- CCEventTypeBCSM
-
- CAP4EventTypeBCSM
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class CAP4EventTypeBCSM extends CCEventTypeBCSM
API for CAP-datatypes.EventTypeBCSM. Generated from the following ASN.1 type definition and the adaptations below.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
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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.-
Fields inherited from class com.opencloud.slee.resources.cgin.callcontrol.CCEventTypeBCSM
_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
-
-
Constructor Summary
Constructors Modifier Constructor 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.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_oTermSeized
public static final int _oTermSeized
Integer value of the constant oTermSeized.- See Also:
- Constant Field Values
-
oTermSeized
public static final CAP4EventTypeBCSM oTermSeized
Reference to value of the constant oTermSeized.
-
_callAccepted
public static final int _callAccepted
Integer value of the constant callAccepted.- See Also:
- Constant Field Values
-
callAccepted
public static final CAP4EventTypeBCSM callAccepted
Reference to value of the constant callAccepted.
-
_oChangeOfPosition
public static final int _oChangeOfPosition
Integer value of the constant oChangeOfPosition.- See Also:
- Constant Field Values
-
oChangeOfPosition
public static final CAP4EventTypeBCSM oChangeOfPosition
Reference to value of the constant oChangeOfPosition.
-
_tChangeOfPosition
public static final int _tChangeOfPosition
Integer value of the constant tChangeOfPosition.- See Also:
- Constant Field Values
-
tChangeOfPosition
public static final CAP4EventTypeBCSM tChangeOfPosition
Reference to value of the constant tChangeOfPosition.
-
_oServiceChange
public static final int _oServiceChange
Integer value of the constant oServiceChange.- See Also:
- Constant Field Values
-
oServiceChange
public static final CAP4EventTypeBCSM oServiceChange
Reference to value of the constant oServiceChange.
-
_tServiceChange
public static final int _tServiceChange
Integer value of the constant tServiceChange.- See Also:
- Constant Field Values
-
tServiceChange
public static final CAP4EventTypeBCSM tServiceChange
Reference to value of the constant tServiceChange.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.cap_v4.CAP4EventTypeBCSM instance may take (2).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.cap_v4.CAP4EventTypeBCSM instance may take (53).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CAP4EventTypeBCSM
protected CAP4EventTypeBCSM(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
CAP4EventTypeBCSM
protected CAP4EventTypeBCSM(int value)
Constructs an enumeration constant for the given numeric value. Suitable for use as decode method.- Parameters:
value
- numeric value
-
-
Method Detail
-
fromValue
public static CCEventTypeBCSM fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.- Parameters:
value
- integer- Returns:
- one of the fields if suitable, else a newly constructed object
-
namedValues
public static CCEventTypeBCSM[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-