Class CS1CGEncountered
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- CS1CGEncountered
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class CS1CGEncountered extends NamedInteger
API for Core-INAP-CS1-DataTypes.CGEncountered. Generated from the following ASN.1 type definition and the adaptations below.CGEncountered ::= ENUMERATED { manualCGencountered(1), scpOverload(2) } Core-INAP-CS1-DataTypes { CGEncountered { @extendible } }
Used as field type by
CS1InitialDPArg
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_manualCGencountered
Integer value of the constant manualCGencountered.static int
_scpOverload
Integer value of the constant scpOverload.static CS1CGEncountered
manualCGencountered
Reference to value of the constant manualCGencountered.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1CGEncountered instance may take (2).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1CGEncountered instance may take (1).static CS1CGEncountered
scpOverload
Reference to value of the constant scpOverload.
-
Constructor Summary
Constructors Modifier Constructor Description protected
CS1CGEncountered(int value)
Constructs an enumeration constant for the given numeric value.protected
CS1CGEncountered(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 CS1CGEncountered
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.static CS1CGEncountered[]
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
-
_manualCGencountered
public static final int _manualCGencountered
Integer value of the constant manualCGencountered.- See Also:
- Constant Field Values
-
manualCGencountered
public static final CS1CGEncountered manualCGencountered
Reference to value of the constant manualCGencountered.
-
_scpOverload
public static final int _scpOverload
Integer value of the constant scpOverload.- See Also:
- Constant Field Values
-
scpOverload
public static final CS1CGEncountered scpOverload
Reference to value of the constant scpOverload.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1CGEncountered 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.etsi_inap_cs1.CS1CGEncountered instance may take (2).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CS1CGEncountered
protected CS1CGEncountered(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
CS1CGEncountered
protected CS1CGEncountered(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 CS1CGEncountered 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 CS1CGEncountered[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-