Class MAPIST_SupportIndicator
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPIST_SupportIndicator
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPIST_SupportIndicator extends NamedInteger
API for MAP-MS-DataTypes.IST-SupportIndicator. Generated from the following ASN.1 type definition.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
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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).
-
Constructor Summary
Constructors Modifier Constructor 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.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_basicISTSupported
public static final int _basicISTSupported
Integer value of the constant basicISTSupported.- See Also:
- Constant Field Values
-
basicISTSupported
public static final MAPIST_SupportIndicator basicISTSupported
Reference to value of the constant basicISTSupported.
-
_istCommandSupported
public static final int _istCommandSupported
Integer value of the constant istCommandSupported.- See Also:
- Constant Field Values
-
istCommandSupported
public static final MAPIST_SupportIndicator istCommandSupported
Reference to value of the constant istCommandSupported.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPIST_SupportIndicator instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPIST_SupportIndicator instance may take (1).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPIST_SupportIndicator
protected MAPIST_SupportIndicator(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPIST_SupportIndicator
protected MAPIST_SupportIndicator(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 MAPIST_SupportIndicator 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 MAPIST_SupportIndicator[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-