Class CCEventTypeBCSM
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- CCEventTypeBCSM
-
- All Implemented Interfaces:
DataObject,Immutable,Serializable
- Direct Known Subclasses:
CAP4EventTypeBCSM
public class CCEventTypeBCSM extends NamedInteger
API for CC-DataTypes.EventTypeBCSM. Generated from the following ASN.1 type definition and the adaptations below.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
CCBCSMEvent.Used as field type by
CCInitialDPArg.Used as field type by
CCEventReportBCSMArg.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_analyzedInformationInteger value of the constant analyzedInformation.static int_collectedInfoInteger value of the constant collectedInfo.static int_oAbandonInteger value of the constant oAbandon.static int_oAnswerInteger value of the constant oAnswer.static int_oCalledPartyBusyInteger value of the constant oCalledPartyBusy.static int_oDisconnectInteger value of the constant oDisconnect.static int_oMidCallInteger value of the constant oMidCall.static int_oNoAnswerInteger value of the constant oNoAnswer.static int_origAttemptAuthorizedInteger value of the constant origAttemptAuthorized.static int_routeSelectFailureInteger value of the constant routeSelectFailure.static int_tAbandonInteger value of the constant tAbandon.static int_tAnswerInteger value of the constant tAnswer.static int_tCalledPartyBusyInteger value of the constant tCalledPartyBusy.static int_tDisconnectInteger value of the constant tDisconnect.static int_termAttemptAuthorizedInteger value of the constant termAttemptAuthorized.static int_tMidCallInteger value of the constant tMidCall.static int_tNoAnswerInteger value of the constant tNoAnswer.static CCEventTypeBCSManalyzedInformationReference to value of the constant analyzedInformation.static CCEventTypeBCSMcollectedInfoReference to value of the constant collectedInfo.static intMAX_VALUEMaximum value that a com.opencloud.slee.resources.cgin.callcontrol.CCEventTypeBCSM instance may take (18).static intMIN_VALUEMinimum value that a com.opencloud.slee.resources.cgin.callcontrol.CCEventTypeBCSM instance may take (1).static CCEventTypeBCSMoAbandonReference to value of the constant oAbandon.static CCEventTypeBCSMoAnswerReference to value of the constant oAnswer.static CCEventTypeBCSMoCalledPartyBusyReference to value of the constant oCalledPartyBusy.static CCEventTypeBCSMoDisconnectReference to value of the constant oDisconnect.static CCEventTypeBCSMoMidCallReference to value of the constant oMidCall.static CCEventTypeBCSMoNoAnswerReference to value of the constant oNoAnswer.static CCEventTypeBCSMorigAttemptAuthorizedReference to value of the constant origAttemptAuthorized.static CCEventTypeBCSMrouteSelectFailureReference to value of the constant routeSelectFailure.static CCEventTypeBCSMtAbandonReference to value of the constant tAbandon.static CCEventTypeBCSMtAnswerReference to value of the constant tAnswer.static CCEventTypeBCSMtCalledPartyBusyReference to value of the constant tCalledPartyBusy.static CCEventTypeBCSMtDisconnectReference to value of the constant tDisconnect.static CCEventTypeBCSMtermAttemptAuthorizedReference to value of the constant termAttemptAuthorized.static CCEventTypeBCSMtMidCallReference to value of the constant tMidCall.static CCEventTypeBCSMtNoAnswerReference to value of the constant tNoAnswer.
-
Constructor Summary
Constructors Modifier Constructor Description protectedCCEventTypeBCSM(int value)Constructs an enumeration constant for the given numeric value.protectedCCEventTypeBCSM(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 CCEventTypeBCSMfromValue(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
-
_origAttemptAuthorized
public static final int _origAttemptAuthorized
Integer value of the constant origAttemptAuthorized.- See Also:
- Constant Field Values
-
origAttemptAuthorized
public static final CCEventTypeBCSM origAttemptAuthorized
Reference to value of the constant origAttemptAuthorized.
-
_collectedInfo
public static final int _collectedInfo
Integer value of the constant collectedInfo.- See Also:
- Constant Field Values
-
collectedInfo
public static final CCEventTypeBCSM collectedInfo
Reference to value of the constant collectedInfo.
-
_analyzedInformation
public static final int _analyzedInformation
Integer value of the constant analyzedInformation.- See Also:
- Constant Field Values
-
analyzedInformation
public static final CCEventTypeBCSM analyzedInformation
Reference to value of the constant analyzedInformation.
-
_routeSelectFailure
public static final int _routeSelectFailure
Integer value of the constant routeSelectFailure.- See Also:
- Constant Field Values
-
routeSelectFailure
public static final CCEventTypeBCSM routeSelectFailure
Reference to value of the constant routeSelectFailure.
-
_oCalledPartyBusy
public static final int _oCalledPartyBusy
Integer value of the constant oCalledPartyBusy.- See Also:
- Constant Field Values
-
oCalledPartyBusy
public static final CCEventTypeBCSM oCalledPartyBusy
Reference to value of the constant oCalledPartyBusy.
-
_oNoAnswer
public static final int _oNoAnswer
Integer value of the constant oNoAnswer.- See Also:
- Constant Field Values
-
oNoAnswer
public static final CCEventTypeBCSM oNoAnswer
Reference to value of the constant oNoAnswer.
-
_oAnswer
public static final int _oAnswer
Integer value of the constant oAnswer.- See Also:
- Constant Field Values
-
oAnswer
public static final CCEventTypeBCSM oAnswer
Reference to value of the constant oAnswer.
-
_oMidCall
public static final int _oMidCall
Integer value of the constant oMidCall.- See Also:
- Constant Field Values
-
oMidCall
public static final CCEventTypeBCSM oMidCall
Reference to value of the constant oMidCall.
-
_oDisconnect
public static final int _oDisconnect
Integer value of the constant oDisconnect.- See Also:
- Constant Field Values
-
oDisconnect
public static final CCEventTypeBCSM oDisconnect
Reference to value of the constant oDisconnect.
-
_oAbandon
public static final int _oAbandon
Integer value of the constant oAbandon.- See Also:
- Constant Field Values
-
oAbandon
public static final CCEventTypeBCSM oAbandon
Reference to value of the constant oAbandon.
-
_termAttemptAuthorized
public static final int _termAttemptAuthorized
Integer value of the constant termAttemptAuthorized.- See Also:
- Constant Field Values
-
termAttemptAuthorized
public static final CCEventTypeBCSM termAttemptAuthorized
Reference to value of the constant termAttemptAuthorized.
-
_tCalledPartyBusy
public static final int _tCalledPartyBusy
Integer value of the constant tCalledPartyBusy.- See Also:
- Constant Field Values
-
tCalledPartyBusy
public static final CCEventTypeBCSM tCalledPartyBusy
Reference to value of the constant tCalledPartyBusy.
-
_tNoAnswer
public static final int _tNoAnswer
Integer value of the constant tNoAnswer.- See Also:
- Constant Field Values
-
tNoAnswer
public static final CCEventTypeBCSM tNoAnswer
Reference to value of the constant tNoAnswer.
-
_tAnswer
public static final int _tAnswer
Integer value of the constant tAnswer.- See Also:
- Constant Field Values
-
tAnswer
public static final CCEventTypeBCSM tAnswer
Reference to value of the constant tAnswer.
-
_tMidCall
public static final int _tMidCall
Integer value of the constant tMidCall.- See Also:
- Constant Field Values
-
tMidCall
public static final CCEventTypeBCSM tMidCall
Reference to value of the constant tMidCall.
-
_tDisconnect
public static final int _tDisconnect
Integer value of the constant tDisconnect.- See Also:
- Constant Field Values
-
tDisconnect
public static final CCEventTypeBCSM tDisconnect
Reference to value of the constant tDisconnect.
-
_tAbandon
public static final int _tAbandon
Integer value of the constant tAbandon.- See Also:
- Constant Field Values
-
tAbandon
public static final CCEventTypeBCSM tAbandon
Reference to value of the constant tAbandon.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.callcontrol.CCEventTypeBCSM instance may take (1).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.callcontrol.CCEventTypeBCSM instance may take (18).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CCEventTypeBCSM
protected CCEventTypeBCSM(int value, String description)Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value- numeric valuedescription- name of number
-
CCEventTypeBCSM
protected CCEventTypeBCSM(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
-
-