public static final class GenericDigits.EncodingScheme extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
EncodingScheme ::= ENUMERATED { BCD_EVEN (0), BCD_ODD (1), IA5 (2), BINARY (3), ... }
Modifier and Type | Field and Description |
---|---|
static int |
_BCD_EVEN
Encoding scheme value corresponding to BCD even.
|
static int |
_BCD_ODD
Encoding scheme value corresponding to BCD odd.
|
static int |
_BINARY
Encoding scheme value corresponding to binary coded.
|
static int |
_IA5
Encoding scheme value corresponding to IA5 character.
|
static GenericDigits.EncodingScheme |
BCD_EVEN
Encoding scheme value corresponding to BCD even.
|
static GenericDigits.EncodingScheme |
BCD_ODD
Encoding scheme value corresponding to BCD odd.
|
static GenericDigits.EncodingScheme |
BINARY
Encoding scheme value corresponding to binary coded.
|
static GenericDigits.EncodingScheme |
IA5
Encoding scheme value corresponding to IA5 character.
|
static int |
MAX_VALUE
Maximum value that a EncodingScheme instance may take (7).
|
static int |
MIN_VALUE
Minimum value that a EncodingScheme instance may take (0).
|
Modifier and Type | Method and Description |
---|---|
static GenericDigits.EncodingScheme |
fromValue(int value)
Returns a EncodingScheme for a particular integer value.
|
static GenericDigits.EncodingScheme[] |
namedValues()
Returns an array containing all of EncodingScheme's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _BCD_EVEN
public static final int _BCD_ODD
public static final int _IA5
public static final int _BINARY
public static final GenericDigits.EncodingScheme BCD_EVEN
public static final GenericDigits.EncodingScheme BCD_ODD
public static final GenericDigits.EncodingScheme IA5
public static final GenericDigits.EncodingScheme BINARY
public static final int MIN_VALUE
public static final int MAX_VALUE
public static GenericDigits.EncodingScheme fromValue(int value)
public static GenericDigits.EncodingScheme[] namedValues()