public class MAPReportingState extends NamedInteger
ReportingState ::= ENUMERATED { stopMonitoring(0), startMonitoring(1), ... }Added in R97. Exception handling: reception of values 2-10 shall be mapped to 'stopMonitoring'; reception of values > 10 shall be mapped to 'startMonitoring'.
Used as field type by MAPSetReportingStateArg
.
Modifier and Type | Field and Description |
---|---|
static int |
_startMonitoring
Integer value of the constant startMonitoring.
|
static int |
_stopMonitoring
Integer value of the constant stopMonitoring.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPReportingState instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPReportingState instance may take (0).
|
static MAPReportingState |
startMonitoring
Reference to value of the constant startMonitoring.
|
static MAPReportingState |
stopMonitoring
Reference to value of the constant stopMonitoring.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPReportingState(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPReportingState(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPReportingState |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPReportingState[] |
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 _stopMonitoring
public static final MAPReportingState stopMonitoring
public static final int _startMonitoring
public static final MAPReportingState startMonitoring
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPReportingState(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPReportingState(int value)
value
- numeric valuepublic static MAPReportingState fromValue(int value)
value
- integerpublic static MAPReportingState[] namedValues()