public static final class Cksn.EncodedValue extends NamedInteger
This is a skeleton API, to which named constants could be introduced without having to upgrade to a new release.
Modifier and Type | Field and Description |
---|---|
static int |
MAX_VALUE
Maximum value that a EncodedValue instance may take (2147483647).
|
static int |
MIN_VALUE
Minimum value that a EncodedValue instance may take (-2147483648).
|
Modifier and Type | Method and 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.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
public static final int MIN_VALUE
public static final int MAX_VALUE
public static Cksn.EncodedValue fromValue(int value)
public static Cksn.EncodedValue[] namedValues()