2010-01-26 1.2.0

org.eclipse.soda.dk.rfid.write.profile.test.agent
Interface WriteProfileStringGeneratorConstants

All Known Implementing Classes:
RfidWriteProfileAbstractTestCase, RfidWriteProfileDisconnectTestCase, RfidWriteProfileMultipleTagsTestCase, RfidWriteProfileNoTagsTestCase, RfidWriteProfileSingleTagTestCase

public interface WriteProfileStringGeneratorConstants

Interfaces that contains all the variables used in generating WriteOperation strings used for writing and reading to tags.

Since:
1.0
Version:
1.2.0

Field Summary
static java.lang.String BIT_POINTER
          Define the bit pointer (String) constant.
static java.lang.String BIT_POINTER_HOLDER
          Define the bit pointer holder (String) constant.
static java.lang.String COUNT_HOLDER
          Define the count holder (String) constant.
static int DEFAULT_EPC_SIZE
          Define the default EPC size (int) constant.
static int EPC_64
          Define the epc64 (int) constant.
static java.lang.String EPC_64_TAG_MASK
          Define the epc64 tag mask (String) constant.
static java.lang.String EPC_64_WORD_COUNT
          Define the epc64 word count (String) constant.
static int EPC_96
          Define the epc96 (int) constant.
static java.lang.String EPC_96_TAG_MASK
          Define the epc96 tag mask (String) constant.
static java.lang.String EPC_96_WORD_COUNT
          Define the epc96 word count (String) constant.
static java.lang.String EPC_BIT_POINTER
          Define the EPC bit pointer (String) constant.
static java.lang.String EPC_MEMORYBANK
          Define the EPC memorybank (String) constant.
static java.lang.String EPC_WORD_POINTER
          Define the EPC word pointer (String) constant.
static int epcState
          Define the EPC state (int) constant.
static java.lang.String EXPECTED_DATA_HOLDER
          Define the expected data holder (String) constant.
static java.lang.String FILTER_HOLDER
          Define the filter holder (String) constant.
static java.lang.String MEMORY_BANK_HOLDER
          Define the memory bank holder (String) constant.
static java.lang.String OP_COUNT
          Define the op count (String) constant.
static java.lang.String PASSWORD
          Define the password (String) constant.
static java.lang.String PASSWORD_HOLDER
          Define the password holder (String) constant.
static java.lang.String TAG_DATA
          Define the tag data (String) constant.
static java.lang.String TAG_DATA_HOLDER
          Define the tag data holder (String) constant.
static java.lang.String TAG_MASK
          Define the tag mask (String) constant.
static java.lang.String TAG_MASK_HOLDER
          Define the tag mask holder (String) constant.
static java.lang.String TAG_OPERATION_ID_HOLDER
          Define the tag operation ID holder (String) constant.
static java.lang.String TIME_OUT_HOLDER
          Define the time out holder (String) constant.
static java.lang.String USER_MEMORYBANK
          Define the user memorybank (String) constant.
static java.lang.String USER_TAG_MASK
          Define the user tag mask (String) constant.
static java.lang.String USER_WORD_COUNT
          Define the user word count (String) constant.
static java.lang.String USER_WORD_POINTER
          Define the user word pointer (String) constant.
static int userDataState
          Define the user data state (int) constant.
static java.lang.String WORD_COUNT_HOLDER
          Define the word count holder (String) constant.
static java.lang.String WORD_POINTER_HOLDER
          Define the word pointer holder (String) constant.
static java.lang.String WRITE_DATA_HOLDER
          Define the write data holder (String) constant.
 

Field Detail

epcState

static final int epcState
Define the EPC state (int) constant.

See Also:
Constant Field Values

userDataState

static final int userDataState
Define the user data state (int) constant.

See Also:
Constant Field Values

DEFAULT_EPC_SIZE

static final int DEFAULT_EPC_SIZE
Define the default EPC size (int) constant.

See Also:
Constant Field Values

EPC_96

static final int EPC_96
Define the epc96 (int) constant.

See Also:
Constant Field Values

EPC_64

static final int EPC_64
Define the epc64 (int) constant.

See Also:
Constant Field Values

USER_MEMORYBANK

static final java.lang.String USER_MEMORYBANK
Define the user memorybank (String) constant.

See Also:
Constant Field Values

EPC_MEMORYBANK

static final java.lang.String EPC_MEMORYBANK
Define the EPC memorybank (String) constant.

See Also:
Constant Field Values

TAG_MASK

static final java.lang.String TAG_MASK
Define the tag mask (String) constant.

See Also:
Constant Field Values

USER_TAG_MASK

static final java.lang.String USER_TAG_MASK
Define the user tag mask (String) constant.

See Also:
Constant Field Values

EPC_96_TAG_MASK

static final java.lang.String EPC_96_TAG_MASK
Define the epc96 tag mask (String) constant.

See Also:
Constant Field Values

EPC_64_TAG_MASK

static final java.lang.String EPC_64_TAG_MASK
Define the epc64 tag mask (String) constant.

See Also:
Constant Field Values

OP_COUNT

static final java.lang.String OP_COUNT
Define the op count (String) constant.

See Also:
Constant Field Values

TAG_DATA

static final java.lang.String TAG_DATA
Define the tag data (String) constant.

See Also:
Constant Field Values

USER_WORD_POINTER

static final java.lang.String USER_WORD_POINTER
Define the user word pointer (String) constant.

See Also:
Constant Field Values

EPC_WORD_POINTER

static final java.lang.String EPC_WORD_POINTER
Define the EPC word pointer (String) constant.

See Also:
Constant Field Values

USER_WORD_COUNT

static final java.lang.String USER_WORD_COUNT
Define the user word count (String) constant.

See Also:
Constant Field Values

EPC_64_WORD_COUNT

static final java.lang.String EPC_64_WORD_COUNT
Define the epc64 word count (String) constant.

See Also:
Constant Field Values

EPC_96_WORD_COUNT

static final java.lang.String EPC_96_WORD_COUNT
Define the epc96 word count (String) constant.

See Also:
Constant Field Values

PASSWORD

static final java.lang.String PASSWORD
Define the password (String) constant.

See Also:
Constant Field Values

BIT_POINTER

static final java.lang.String BIT_POINTER
Define the bit pointer (String) constant.

See Also:
Constant Field Values

EPC_BIT_POINTER

static final java.lang.String EPC_BIT_POINTER
Define the EPC bit pointer (String) constant.

See Also:
Constant Field Values

FILTER_HOLDER

static final java.lang.String FILTER_HOLDER
Define the filter holder (String) constant.

See Also:
Constant Field Values

MEMORY_BANK_HOLDER

static final java.lang.String MEMORY_BANK_HOLDER
Define the memory bank holder (String) constant.

See Also:
Constant Field Values

BIT_POINTER_HOLDER

static final java.lang.String BIT_POINTER_HOLDER
Define the bit pointer holder (String) constant.

See Also:
Constant Field Values

TAG_MASK_HOLDER

static final java.lang.String TAG_MASK_HOLDER
Define the tag mask holder (String) constant.

See Also:
Constant Field Values

TAG_DATA_HOLDER

static final java.lang.String TAG_DATA_HOLDER
Define the tag data holder (String) constant.

See Also:
Constant Field Values

WORD_POINTER_HOLDER

static final java.lang.String WORD_POINTER_HOLDER
Define the word pointer holder (String) constant.

See Also:
Constant Field Values

PASSWORD_HOLDER

static final java.lang.String PASSWORD_HOLDER
Define the password holder (String) constant.

See Also:
Constant Field Values

TAG_OPERATION_ID_HOLDER

static final java.lang.String TAG_OPERATION_ID_HOLDER
Define the tag operation ID holder (String) constant.

See Also:
Constant Field Values

WORD_COUNT_HOLDER

static final java.lang.String WORD_COUNT_HOLDER
Define the word count holder (String) constant.

See Also:
Constant Field Values

TIME_OUT_HOLDER

static final java.lang.String TIME_OUT_HOLDER
Define the time out holder (String) constant.

See Also:
Constant Field Values

COUNT_HOLDER

static final java.lang.String COUNT_HOLDER
Define the count holder (String) constant.

See Also:
Constant Field Values

EXPECTED_DATA_HOLDER

static final java.lang.String EXPECTED_DATA_HOLDER
Define the expected data holder (String) constant.

See Also:
Constant Field Values

WRITE_DATA_HOLDER

static final java.lang.String WRITE_DATA_HOLDER
Define the write data holder (String) constant.

See Also:
Constant Field Values

2010-01-26 1.2.0

Copyright (c) 2010 IBM. See license in Legal section.