|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constants
Constant values commonly needed in the uuid classes.
Field Summary | |
---|---|
static short |
CLOCK_SEQ_HI_AND_RESERVED_BYTE_8
Byte position of the clock sequence and reserved field |
static int |
FORMAT_POSITION1
Insertion point 1 for dashes in the string format |
static int |
FORMAT_POSITION2
Insertion point 2 for dashes in the string format |
static int |
FORMAT_POSITION3
Insertion point 3 for dashes in the string format |
static int |
FORMAT_POSITION4
Insertion point 4 for dashes in the string format |
static java.lang.String |
MD5_ENCODING
Constants that correspond to the encoding being used, a la http://www.ietf.org/internet-drafts/draft-mealling-uuid-urn-04.txt. |
static java.lang.String |
SHA1_ENCODING
|
static short |
TIME_HI_AND_VERSION_BYTE_6
Byte position of the clock sequence and reserved field |
static int |
TIME_HI_BYTE_LEN
Byte length of time low field |
static int |
TIME_HI_START_POS
uuid array position start of hi field |
static int |
TIME_HI_TS_POS
Timestamp byte[] position hi field |
static int |
TIME_LOW_BYTE_LEN
Byte length of time low field |
static int |
TIME_LOW_START_POS
uuid array position start of time low field |
static int |
TIME_LOW_TS_POS
Timestamp byte[] position of time low field |
static int |
TIME_MID_BYTE_LEN
Byte length of time low field |
static int |
TIME_MID_START_POS
uuid array position start of mid field |
static int |
TIME_MID_TS_POS
Timestamp byte[] position mid field |
static int[] |
TOKEN_LENGTHS
Array to check tokenized UUID's segment lengths |
static int |
TOKENS_IN_UUID
Token length of '-' separated tokens. |
static java.lang.String |
URN_PREFIX
The string prefix for a urn UUID identifier. |
static int |
UUID_BIT_LENGTH
Bits in a UUID. |
static int |
UUID_BYTE_LENGTH
Number of bytes in a UUID. |
static int |
UUID_FORMATTED_LENGTH
Chars in a UUID String. |
static int |
UUID_UNFORMATTED_LENGTH
Chars in a UUID String. |
static int |
VARIANT_FUTURE
UUID variant bits described in the IETF Draft MSB order, this is the "Future Reserved variant 1 1 1 x with unknown bits as 0 |
static int |
VARIANT_IETF_DRAFT
UUID variant bits described in the IETF Draft MSB order, this is the IETF Draft memo variant field 1 0 x with unknown bits as 0 |
static int |
VARIANT_MS
UUID variant bits described in the IETF Draft MSB order, this is the IETF Draft "Microsoft Corporation" field variant 1 1 0 x with unknown bits as 0 |
static int |
VARIANT_NCS_COMPAT
UUID variant bits described in the IETF Draft MSB order, this is the "Reserved, NCS backward compatibility field" 0 x x with unknown bits as 0 |
static int |
VERSION_FIVE
Version five constant for UUID version five - identical to version 3 |
static int |
VERSION_FOUR
Version four constant for UUID version four of four |
static int |
VERSION_ONE
Version one constant for UUID version one of four |
static int |
VERSION_THREE
Version three constant for UUID version three of four |
static int |
VERSION_TWO
Version two constant for UUID version two of four |
static java.lang.String |
WRONG_VAR_VER_MSG
Message indicating this is not a version one UUID |
Field Detail |
---|
static final int UUID_BIT_LENGTH
static final int UUID_BYTE_LENGTH
static final int UUID_UNFORMATTED_LENGTH
static final int UUID_FORMATTED_LENGTH
static final int TOKENS_IN_UUID
static final int[] TOKEN_LENGTHS
static final int FORMAT_POSITION1
static final int FORMAT_POSITION2
static final int FORMAT_POSITION3
static final int FORMAT_POSITION4
static final java.lang.String URN_PREFIX
static final int VARIANT_NCS_COMPAT
static final int VARIANT_IETF_DRAFT
static final int VARIANT_MS
static final int VARIANT_FUTURE
static final int VERSION_ONE
static final int VERSION_TWO
static final int VERSION_THREE
static final int VERSION_FOUR
static final int VERSION_FIVE
static final java.lang.String MD5_ENCODING
static final java.lang.String SHA1_ENCODING
static final java.lang.String WRONG_VAR_VER_MSG
static final int TIME_LOW_BYTE_LEN
static final int TIME_MID_BYTE_LEN
static final int TIME_HI_BYTE_LEN
static final int TIME_LOW_TS_POS
static final int TIME_MID_TS_POS
static final int TIME_HI_TS_POS
static final int TIME_LOW_START_POS
static final int TIME_MID_START_POS
static final int TIME_HI_START_POS
static final short TIME_HI_AND_VERSION_BYTE_6
static final short CLOCK_SEQ_HI_AND_RESERVED_BYTE_8
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |