public static final class GenericDigits.TypeOfDigits extends NamedInteger
The API offered by this class is as if the type were specified in ASN.1 as follows.
TypeOfDigits ::= ENUMERATED { ACCOUNT_CODE (0), AUTHORISATION_CODE (1), TRAVELLING_CLASS_MARK (2), GROUP_IDENTITY (3), ... }
Modifier and Type | Field and Description |
---|---|
static int |
_ACCOUNT_CODE
Type of digits value corresponding to reserved for account code.
|
static int |
_AUTHORISATION_CODE
Type of digits value corresponding to reserved for authorisation code.
|
static int |
_GROUP_IDENTITY
Type of digits value corresponding to reserved for business communication group identity.
|
static int |
_TRAVELLING_CLASS_MARK
Type of digits value corresponding to reserved for private networking travelling class mark.
|
static GenericDigits.TypeOfDigits |
ACCOUNT_CODE
Type of digits value corresponding to reserved for account code.
|
static GenericDigits.TypeOfDigits |
AUTHORISATION_CODE
Type of digits value corresponding to reserved for authorisation code.
|
static GenericDigits.TypeOfDigits |
GROUP_IDENTITY
Type of digits value corresponding to reserved for business communication group identity.
|
static int |
MAX_VALUE
Maximum value that a TypeOfDigits instance may take (31).
|
static int |
MIN_VALUE
Minimum value that a TypeOfDigits instance may take (0).
|
static GenericDigits.TypeOfDigits |
TRAVELLING_CLASS_MARK
Type of digits value corresponding to reserved for private networking travelling class mark.
|
Modifier and Type | Method and Description |
---|---|
static GenericDigits.TypeOfDigits |
fromValue(int value)
Returns a TypeOfDigits for a particular integer value.
|
static GenericDigits.TypeOfDigits[] |
namedValues()
Returns an array containing all of TypeOfDigits's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _ACCOUNT_CODE
public static final int _AUTHORISATION_CODE
public static final int _TRAVELLING_CLASS_MARK
public static final int _GROUP_IDENTITY
public static final GenericDigits.TypeOfDigits ACCOUNT_CODE
public static final GenericDigits.TypeOfDigits AUTHORISATION_CODE
public static final GenericDigits.TypeOfDigits TRAVELLING_CLASS_MARK
public static final GenericDigits.TypeOfDigits GROUP_IDENTITY
public static final int MIN_VALUE
public static final int MAX_VALUE
public static GenericDigits.TypeOfDigits fromValue(int value)
public static GenericDigits.TypeOfDigits[] namedValues()