public class MAPIST_SupportIndicator extends NamedInteger
IST-SupportIndicator ::=
ENUMERATED {
basicISTSupported(0),
istCommandSupported(1),
...
}
Added in R99. Exception handling: reception of values > 1 shall be mapped to 'istCommandSupported'.
Used as field type by MAPVLR_Capability.
Used as field type by MAPSendRoutingInfoArg.
| Modifier and Type | Field and Description |
|---|---|
static int |
_basicISTSupported
Integer value of the constant basicISTSupported.
|
static int |
_istCommandSupported
Integer value of the constant istCommandSupported.
|
static MAPIST_SupportIndicator |
basicISTSupported
Reference to value of the constant basicISTSupported.
|
static MAPIST_SupportIndicator |
istCommandSupported
Reference to value of the constant istCommandSupported.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPIST_SupportIndicator instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPIST_SupportIndicator instance may take (0).
|
| Modifier | Constructor and Description |
|---|---|
protected |
MAPIST_SupportIndicator(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPIST_SupportIndicator(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
| Modifier and Type | Method and Description |
|---|---|
static MAPIST_SupportIndicator |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPIST_SupportIndicator[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toStringpublic static final int _basicISTSupported
public static final MAPIST_SupportIndicator basicISTSupported
public static final int _istCommandSupported
public static final MAPIST_SupportIndicator istCommandSupported
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPIST_SupportIndicator(int value,
String description)
value - numeric valuedescription - name of numberprotected MAPIST_SupportIndicator(int value)
value - numeric valuepublic static MAPIST_SupportIndicator fromValue(int value)
value - integerpublic static MAPIST_SupportIndicator[] namedValues()