Class Cksn.EncodedValue
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- com.opencloud.slee.resources.in.datatypes.map.Cksn.EncodedValue
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- Cksn
public static final class Cksn.EncodedValue extends NamedInteger
Cksn constants.This is a skeleton API, to which named constants could be introduced without having to upgrade to a new release.
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Cksn.EncodedValue
fromValue(int value)
Returns a EncodedValue for a particular integer value.static Cksn.EncodedValue[]
namedValues()
Returns an array containing all of EncodedValue'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
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a EncodedValue instance may take (-2147483648).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a EncodedValue instance may take (2147483647).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static Cksn.EncodedValue fromValue(int value)
Returns a EncodedValue for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static Cksn.EncodedValue[] namedValues()
Returns an array containing all of EncodedValue's named numbers.- Returns:
- a new EncodedValue[]
-
-