Class HighLayerCompatibility.Interpretation
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- com.opencloud.slee.resources.in.datatypes.cc.HighLayerCompatibility.Interpretation
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- HighLayerCompatibility
public static final class HighLayerCompatibility.Interpretation extends NamedInteger
Interpretation constants.The API offered by this class is as if the type were specified in ASN.1 as follows.
Interpretation ::= ENUMERATED { ... , FIRST_IN_CALL (4), ... }
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_FIRST_IN_CALL
Interpretation value corresponding to first in call.static HighLayerCompatibility.Interpretation
FIRST_IN_CALL
Interpretation value corresponding to first in call.static int
MAX_VALUE
Maximum value that a Interpretation instance may take (7).static int
MIN_VALUE
Minimum value that a Interpretation instance may take (0).
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HighLayerCompatibility.Interpretation
fromValue(int value)
Returns a Interpretation for a particular integer value.static HighLayerCompatibility.Interpretation[]
namedValues()
Returns an array containing all of Interpretation's named numbers.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_FIRST_IN_CALL
public static final int _FIRST_IN_CALL
Interpretation value corresponding to first in call.- See Also:
- Constant Field Values
-
FIRST_IN_CALL
public static final HighLayerCompatibility.Interpretation FIRST_IN_CALL
Interpretation value corresponding to first in call.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a Interpretation instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a Interpretation instance may take (7).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static HighLayerCompatibility.Interpretation fromValue(int value)
Returns a Interpretation for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static HighLayerCompatibility.Interpretation[] namedValues()
Returns an array containing all of Interpretation's named numbers.- Returns:
- a new Interpretation[]
-
-