public static class CCEventSpecificInformationBCSM.Choice extends NamedInteger
Modifier and Type | Field and Description |
---|---|
static int |
_ANALYZEDINFOSPECIFICINFO
Integer value of the choice ANALYZEDINFOSPECIFICINFO.
|
static int |
_COLLECTEDINFOSPECIFICINFO
Integer value of the choice COLLECTEDINFOSPECIFICINFO.
|
static int |
_OANSWERSPECIFICINFO
Integer value of the choice OANSWERSPECIFICINFO.
|
static int |
_OCALLEDPARTYBUSYSPECIFICINFO
Integer value of the choice OCALLEDPARTYBUSYSPECIFICINFO.
|
static int |
_ODISCONNECTSPECIFICINFO
Integer value of the choice ODISCONNECTSPECIFICINFO.
|
static int |
_OMIDCALLSPECIFICINFO
Integer value of the choice OMIDCALLSPECIFICINFO.
|
static int |
_ONOANSWERSPECIFICINFO
Integer value of the choice ONOANSWERSPECIFICINFO.
|
static int |
_ROUTESELECTFAILURESPECIFICINFO
Integer value of the choice ROUTESELECTFAILURESPECIFICINFO.
|
static int |
_TANSWERSPECIFICINFO
Integer value of the choice TANSWERSPECIFICINFO.
|
static int |
_TCALLEDPARTYBUSYSPECIFICINFO
Integer value of the choice TCALLEDPARTYBUSYSPECIFICINFO.
|
static int |
_TDISCONNECTSPECIFICINFO
Integer value of the choice TDISCONNECTSPECIFICINFO.
|
static int |
_TMIDCALLSPECIFICINFO
Integer value of the choice TMIDCALLSPECIFICINFO.
|
static int |
_TNOANSWERSPECIFICINFO
Integer value of the choice TNOANSWERSPECIFICINFO.
|
static CCEventSpecificInformationBCSM.Choice |
ANALYZEDINFOSPECIFICINFO
Reference to the choice ANALYZEDINFOSPECIFICINFO.
|
static CCEventSpecificInformationBCSM.Choice |
COLLECTEDINFOSPECIFICINFO
Reference to the choice COLLECTEDINFOSPECIFICINFO.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.callcontrol.CCEventSpecificInformationBCSM.Choice instance may take (548876).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.callcontrol.CCEventSpecificInformationBCSM.Choice instance may take (548864).
|
static CCEventSpecificInformationBCSM.Choice |
OANSWERSPECIFICINFO
Reference to the choice OANSWERSPECIFICINFO.
|
static CCEventSpecificInformationBCSM.Choice |
OCALLEDPARTYBUSYSPECIFICINFO
Reference to the choice OCALLEDPARTYBUSYSPECIFICINFO.
|
static CCEventSpecificInformationBCSM.Choice |
ODISCONNECTSPECIFICINFO
Reference to the choice ODISCONNECTSPECIFICINFO.
|
static CCEventSpecificInformationBCSM.Choice |
OMIDCALLSPECIFICINFO
Reference to the choice OMIDCALLSPECIFICINFO.
|
static CCEventSpecificInformationBCSM.Choice |
ONOANSWERSPECIFICINFO
Reference to the choice ONOANSWERSPECIFICINFO.
|
static CCEventSpecificInformationBCSM.Choice |
ROUTESELECTFAILURESPECIFICINFO
Reference to the choice ROUTESELECTFAILURESPECIFICINFO.
|
static CCEventSpecificInformationBCSM.Choice |
TANSWERSPECIFICINFO
Reference to the choice TANSWERSPECIFICINFO.
|
static CCEventSpecificInformationBCSM.Choice |
TCALLEDPARTYBUSYSPECIFICINFO
Reference to the choice TCALLEDPARTYBUSYSPECIFICINFO.
|
static CCEventSpecificInformationBCSM.Choice |
TDISCONNECTSPECIFICINFO
Reference to the choice TDISCONNECTSPECIFICINFO.
|
static CCEventSpecificInformationBCSM.Choice |
TMIDCALLSPECIFICINFO
Reference to the choice TMIDCALLSPECIFICINFO.
|
static CCEventSpecificInformationBCSM.Choice |
TNOANSWERSPECIFICINFO
Reference to the choice TNOANSWERSPECIFICINFO.
|
Modifier | Constructor and Description |
---|---|
protected |
CCEventSpecificInformationBCSM.Choice(int value,
String description)
Constructs a number, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static CCEventSpecificInformationBCSM.Choice |
fromValue(int value)
Finds or constructs an integer for the given numeric value.
|
static CCEventSpecificInformationBCSM.Choice[] |
namedValues()
Returns an array containing all the numeric values that distinguish choices.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _ANALYZEDINFOSPECIFICINFO
public static final CCEventSpecificInformationBCSM.Choice ANALYZEDINFOSPECIFICINFO
public static final int _COLLECTEDINFOSPECIFICINFO
public static final CCEventSpecificInformationBCSM.Choice COLLECTEDINFOSPECIFICINFO
public static final int _OANSWERSPECIFICINFO
public static final CCEventSpecificInformationBCSM.Choice OANSWERSPECIFICINFO
public static final int _OCALLEDPARTYBUSYSPECIFICINFO
public static final CCEventSpecificInformationBCSM.Choice OCALLEDPARTYBUSYSPECIFICINFO
public static final int _ODISCONNECTSPECIFICINFO
public static final CCEventSpecificInformationBCSM.Choice ODISCONNECTSPECIFICINFO
public static final int _OMIDCALLSPECIFICINFO
public static final CCEventSpecificInformationBCSM.Choice OMIDCALLSPECIFICINFO
public static final int _ONOANSWERSPECIFICINFO
public static final CCEventSpecificInformationBCSM.Choice ONOANSWERSPECIFICINFO
public static final int _ROUTESELECTFAILURESPECIFICINFO
public static final CCEventSpecificInformationBCSM.Choice ROUTESELECTFAILURESPECIFICINFO
public static final int _TANSWERSPECIFICINFO
public static final CCEventSpecificInformationBCSM.Choice TANSWERSPECIFICINFO
public static final int _TCALLEDPARTYBUSYSPECIFICINFO
public static final CCEventSpecificInformationBCSM.Choice TCALLEDPARTYBUSYSPECIFICINFO
public static final int _TDISCONNECTSPECIFICINFO
public static final CCEventSpecificInformationBCSM.Choice TDISCONNECTSPECIFICINFO
public static final int _TMIDCALLSPECIFICINFO
public static final CCEventSpecificInformationBCSM.Choice TMIDCALLSPECIFICINFO
public static final int _TNOANSWERSPECIFICINFO
public static final CCEventSpecificInformationBCSM.Choice TNOANSWERSPECIFICINFO
public static final int MIN_VALUE
public static final int MAX_VALUE
protected CCEventSpecificInformationBCSM.Choice(int value, String description)
value
- numeric valuedescription
- name of numberpublic static CCEventSpecificInformationBCSM.Choice fromValue(int value)
value
- numeric valuepublic static CCEventSpecificInformationBCSM.Choice[] namedValues()