2010-01-26 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.config.servlet
Class LLRPConfigServletConstants

java.lang.Object
  extended by org.eclipse.soda.dk.epcglobal.llrp.config.servlet.LLRPConfigServletConstants

public class LLRPConfigServletConstants
extends java.lang.Object

Since:
1.0
Version:
1.2.0

Field Summary
static java.lang.String ACTION
          Define the action (String) constant.
static int ACTION_ADD
          Define the action add (int) constant.
static java.lang.String ACTION_ADD_STR
          Define the action add str (String) constant.
static int ACTION_APPLY
          Define the action apply (int) constant.
static java.lang.String ACTION_APPLY_STR
          Define the action apply str (String) constant.
static int ACTION_CANCEL
          Define the action cancel (int) constant.
static java.lang.String ACTION_CANCEL_STR
          Define the action cancel str (String) constant.
static int ACTION_DELETE
          Define the action delete (int) constant.
static java.lang.String ACTION_DELETE_STR
          Define the action delete str (String) constant.
static int ACTION_DONE
          Define the action ok (int) constant.
static java.lang.String ACTION_DONE_STR
          Define the action ok str (String) constant.
static int ACTION_EDIT
          Define the action edit (int) constant.
static java.lang.String ACTION_EDIT_STR
          Define the action edit str (String) constant.
static int ACTION_GENERATE
          Define the action generate (int) constant.
static java.lang.String ACTION_GENERATE_STR
          Define the action generate str (String) constant.
static int ACTION_GOTO
          Define the action goto (int) constant.
static java.lang.String ACTION_GOTO_STR
          Define the action goto str (String) constant.
static int ACTION_IMPORT
          Define the action import (int) constant.
static java.lang.String ACTION_IMPORT_STR
          Define the action import str (String) constant.
static int ACTION_LOAD_READER
          Define the action reader edit (int) constant.
static java.lang.String ACTION_READER_EDIT_STR
          Define the action reader edit str (String) constant.
static int ACTION_READER_RELOAD
          Define the action reader reload (int) constant.
static java.lang.String ACTION_READER_RELOAD_STR
          Define the action reader reload str (String) constant.
static int ACTION_RESET
          Define the action reload (int) constant.
static java.lang.String ACTION_RESET_STR
          Define the action reload str (String) constant.
static int ACTION_SELECT_PROFILE
          Define the action select profile (int) constant.
static int ACTION_SEND
          Define the action send (int) constant.
static java.lang.String ACTION_SEND_STR
          Define the action send str (String) constant.
static int ACTION_SUBMIT_PROFILE_FORM
          Define the action submit profile form (int) constant.
static java.lang.String CONFIGSTR_IN_XML
          Define the configstr in xml (String) constant.
static java.lang.String CONFIGSTR_IN_XML_TRUE
          Define the configstr in xml true (String) constant.
static java.lang.String KEY_CHOICELIST
          Define the key choicelist (String) constant.
static java.lang.String KEY_DEFITEMS
          Define the key defitems (String) constant.
static java.lang.String KEY_ENUMLIST
          Define the key enumlist (String) constant.
static java.lang.String KEY_ID
          Define the key id (String) constant.
static java.lang.String KEY_IDNUM
          Define the key idnum (String) constant.
static java.lang.String KEY_LISTLIST
          Define the key listlist (String) constant.
static java.lang.String KEY_MAXOCCUR
          Define the key maxoccur (String) constant.
static java.lang.String KEY_MINOCCUR
          Define the key minoccur (String) constant.
static java.lang.String KEY_PARAMETERLIST
          Define the key parameterlist (String) constant.
static java.lang.String KEY_TYPE
          Define the key type (String) constant.
static java.lang.String KEY_VARIABLELENGTH_LIST
          Define the key variablelength list (String) constant.
static java.lang.String[] LLRP_PROFILES
          Define the llrp profiles (String[]) constant.
static int MAX_N
          Define the max n (int) constant.
static java.lang.String PATH
          Define the path (String) constant.
static java.lang.String PROFILE
          Define the profile (String) constant.
static java.lang.String PROFILE_CONFIGSTR_KEY
          Define the profile configstr key (String) constant.
static java.lang.String PROFILE_KEY
          Define the profile key (String) constant.
static java.lang.String PROFILE_NAME_KEY
          Define the profile name key (String) constant.
static java.lang.String PROFILE_PARAMETERS_KEY
          Define the profile parameters key (String) constant.
static java.lang.String READER_ACTION
          Define the reader action (String) constant.
static java.lang.String READER_CAPABILITIES_KEY
          Define the reader capabilities key (String) constant.
static java.lang.String READERID
          Define the readerid (String) constant.
static java.lang.String READERID_DEFAULT
          Define the readerid default (String) constant.
static java.lang.String STANDALONE
          Define the standalone configuration (String) constant.
static java.lang.String TAG_BITS
          Define the tag bits (String) constant.
static java.lang.String TAG_BOOLEAN
          Define the tag boolean (String) constant.
static java.lang.String TAG_BYTE
          Define the tag byte (String) constant.
static java.lang.String TAG_CHOICE
          Define the tag choice (String) constant.
static java.lang.String TAG_ENUM
          Define the tag enum (String) constant.
static java.lang.String TAG_INT
          Define the tag int (String) constant.
static java.lang.String TAG_INTEGER
          Define the tag integer (String) constant.
static java.lang.String TAG_LABEL
          Define the tag label (String) constant.
static java.lang.String TAG_LIST
          Define the tag list (String) constant.
static java.lang.String TAG_OCCURS_MAX
          Define the tag occurs max (String) constant.
static java.lang.String TAG_OCCURS_MIN
          Define the tag occurs min (String) constant.
static java.lang.String TAG_PARAMETER
          Define the tag parameter (String) constant.
static java.lang.String TAG_PROTOCOL
          Define the tag protocol (String) constant.
static java.lang.String TAG_SHORT
          Define the tag short (String) constant.
static java.lang.String TAG_STRING
          Define the tag string (String) constant.
static java.lang.String TAG_TYPEBLOCK
          Define the tag typeblock (String) constant.
static java.lang.String TAG_UNSIGNEDINTEGER
          Define the tag unsignedinteger (String) constant.
static java.lang.String TAG_UNSIGNEDLONG
          Define the tag unsignedlong (String) constant.
static java.lang.String TAG_VALUE
          Define the tag value (String) constant.
static java.lang.String TAG_VARIABLELENGTH
          Define the tag variablelength (String) constant.
static int TYPE_BITS
          Define the type bits (int) constant.
static int TYPE_BOOLEAN
          Define the type boolean (int) constant.
static int TYPE_BYTEARRAY
          Define the type bytearray (int) constant.
static int TYPE_CHOICE
          Define the type choice (int) constant.
static int TYPE_ENUM
          Define the type enum (int) constant.
static int TYPE_INT
          Define the type int (int) constant.
static int TYPE_INTARRAY
          Define the type intarray (int) constant.
static int TYPE_LIST
          Define the type list (int) constant.
static int TYPE_LONG
          Define the type long (int) constant.
static int TYPE_PARAMETER
          Define the type parameter (int) constant.
static int TYPE_STRING
          Define the type string (int) constant.
static int TYPE_VARIABLELENGTH
          Define the type variablelength (int) constant.
static java.lang.String XML_ATTR_ID
          Define the xml attr id (String) constant.
static java.lang.String XML_ATTR_IDREF
          Define the xml attr idref (String) constant.
static java.lang.String XML_QUOTE_ESCAPE
          Define the xml quote escape (String) constant.
 
Constructor Summary
LLRPConfigServletConstants()
           
 
Method Summary
static int getTypeIdByTag(java.lang.String tag)
          Get type id by tag with the specified tag parameter and return the int result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION

public static final java.lang.String ACTION
Define the action (String) constant.

See Also:
Constant Field Values

READER_ACTION

public static final java.lang.String READER_ACTION
Define the reader action (String) constant.

See Also:
Constant Field Values

ACTION_DONE_STR

public static final java.lang.String ACTION_DONE_STR
Define the action ok str (String) constant.

See Also:
Constant Field Values

ACTION_DONE

public static final int ACTION_DONE
Define the action ok (int) constant.

See Also:
Constant Field Values

ACTION_ADD_STR

public static final java.lang.String ACTION_ADD_STR
Define the action add str (String) constant.

See Also:
Constant Field Values

ACTION_ADD

public static final int ACTION_ADD
Define the action add (int) constant.

See Also:
Constant Field Values

ACTION_DELETE_STR

public static final java.lang.String ACTION_DELETE_STR
Define the action delete str (String) constant.

See Also:
Constant Field Values

ACTION_DELETE

public static final int ACTION_DELETE
Define the action delete (int) constant.

See Also:
Constant Field Values

ACTION_EDIT

public static final int ACTION_EDIT
Define the action edit (int) constant.

See Also:
Constant Field Values

ACTION_EDIT_STR

public static final java.lang.String ACTION_EDIT_STR
Define the action edit str (String) constant.

See Also:
Constant Field Values

ACTION_GOTO

public static final int ACTION_GOTO
Define the action goto (int) constant.

See Also:
Constant Field Values

ACTION_GOTO_STR

public static final java.lang.String ACTION_GOTO_STR
Define the action goto str (String) constant.

See Also:
Constant Field Values

ACTION_CANCEL_STR

public static final java.lang.String ACTION_CANCEL_STR
Define the action cancel str (String) constant.

See Also:
Constant Field Values

ACTION_CANCEL

public static final int ACTION_CANCEL
Define the action cancel (int) constant.

See Also:
Constant Field Values

ACTION_GENERATE_STR

public static final java.lang.String ACTION_GENERATE_STR
Define the action generate str (String) constant.

See Also:
Constant Field Values

ACTION_GENERATE

public static final int ACTION_GENERATE
Define the action generate (int) constant.

See Also:
Constant Field Values

ACTION_SEND_STR

public static final java.lang.String ACTION_SEND_STR
Define the action send str (String) constant.

See Also:
Constant Field Values

ACTION_SEND

public static final int ACTION_SEND
Define the action send (int) constant.

See Also:
Constant Field Values

ACTION_RESET_STR

public static final java.lang.String ACTION_RESET_STR
Define the action reload str (String) constant.

See Also:
Constant Field Values

ACTION_RESET

public static final int ACTION_RESET
Define the action reload (int) constant.

See Also:
Constant Field Values

ACTION_READER_EDIT_STR

public static final java.lang.String ACTION_READER_EDIT_STR
Define the action reader edit str (String) constant.

See Also:
Constant Field Values

ACTION_LOAD_READER

public static final int ACTION_LOAD_READER
Define the action reader edit (int) constant.

See Also:
Constant Field Values

ACTION_READER_RELOAD_STR

public static final java.lang.String ACTION_READER_RELOAD_STR
Define the action reader reload str (String) constant.

See Also:
Constant Field Values

ACTION_READER_RELOAD

public static final int ACTION_READER_RELOAD
Define the action reader reload (int) constant.

See Also:
Constant Field Values

ACTION_SELECT_PROFILE

public static final int ACTION_SELECT_PROFILE
Define the action select profile (int) constant.

See Also:
Constant Field Values

ACTION_IMPORT_STR

public static final java.lang.String ACTION_IMPORT_STR
Define the action import str (String) constant.

See Also:
Constant Field Values

ACTION_IMPORT

public static final int ACTION_IMPORT
Define the action import (int) constant.

See Also:
Constant Field Values

ACTION_APPLY_STR

public static final java.lang.String ACTION_APPLY_STR
Define the action apply str (String) constant.

See Also:
Constant Field Values

ACTION_APPLY

public static final int ACTION_APPLY
Define the action apply (int) constant.

See Also:
Constant Field Values

CONFIGSTR_IN_XML

public static final java.lang.String CONFIGSTR_IN_XML
Define the configstr in xml (String) constant.

See Also:
Constant Field Values

CONFIGSTR_IN_XML_TRUE

public static final java.lang.String CONFIGSTR_IN_XML_TRUE
Define the configstr in xml true (String) constant.

See Also:
Constant Field Values

ACTION_SUBMIT_PROFILE_FORM

public static final int ACTION_SUBMIT_PROFILE_FORM
Define the action submit profile form (int) constant.

See Also:
Constant Field Values

PATH

public static final java.lang.String PATH
Define the path (String) constant.

See Also:
Constant Field Values

READERID

public static final java.lang.String READERID
Define the readerid (String) constant.

See Also:
Constant Field Values

PROFILE

public static final java.lang.String PROFILE
Define the profile (String) constant.

See Also:
Constant Field Values

READERID_DEFAULT

public static final java.lang.String READERID_DEFAULT
Define the readerid default (String) constant.

See Also:
Constant Field Values

TYPE_INT

public static final int TYPE_INT
Define the type int (int) constant.

See Also:
Constant Field Values

TYPE_INTARRAY

public static final int TYPE_INTARRAY
Define the type intarray (int) constant.

See Also:
Constant Field Values

TYPE_STRING

public static final int TYPE_STRING
Define the type string (int) constant.

See Also:
Constant Field Values

TYPE_PARAMETER

public static final int TYPE_PARAMETER
Define the type parameter (int) constant.

See Also:
Constant Field Values

TYPE_CHOICE

public static final int TYPE_CHOICE
Define the type choice (int) constant.

See Also:
Constant Field Values

TYPE_ENUM

public static final int TYPE_ENUM
Define the type enum (int) constant.

See Also:
Constant Field Values

TYPE_LONG

public static final int TYPE_LONG
Define the type long (int) constant.

See Also:
Constant Field Values

TYPE_BYTEARRAY

public static final int TYPE_BYTEARRAY
Define the type bytearray (int) constant.

See Also:
Constant Field Values

TYPE_BOOLEAN

public static final int TYPE_BOOLEAN
Define the type boolean (int) constant.

See Also:
Constant Field Values

TYPE_LIST

public static final int TYPE_LIST
Define the type list (int) constant.

See Also:
Constant Field Values

TYPE_VARIABLELENGTH

public static final int TYPE_VARIABLELENGTH
Define the type variablelength (int) constant.

See Also:
Constant Field Values

TYPE_BITS

public static final int TYPE_BITS
Define the type bits (int) constant.

See Also:
Constant Field Values

MAX_N

public static final int MAX_N
Define the max n (int) constant.

See Also:
Constant Field Values

STANDALONE

public static final java.lang.String STANDALONE
Define the standalone configuration (String) constant.

See Also:
Constant Field Values

LLRP_PROFILES

public static final java.lang.String[] LLRP_PROFILES
Define the llrp profiles (String[]) constant.


READER_CAPABILITIES_KEY

public static final java.lang.String READER_CAPABILITIES_KEY
Define the reader capabilities key (String) constant.

See Also:
Constant Field Values

PROFILE_KEY

public static final java.lang.String PROFILE_KEY
Define the profile key (String) constant.

See Also:
Constant Field Values

PROFILE_NAME_KEY

public static final java.lang.String PROFILE_NAME_KEY
Define the profile name key (String) constant.

See Also:
Constant Field Values

PROFILE_CONFIGSTR_KEY

public static final java.lang.String PROFILE_CONFIGSTR_KEY
Define the profile configstr key (String) constant.

See Also:
Constant Field Values

PROFILE_PARAMETERS_KEY

public static final java.lang.String PROFILE_PARAMETERS_KEY
Define the profile parameters key (String) constant.

See Also:
Constant Field Values

TAG_PROTOCOL

public static final java.lang.String TAG_PROTOCOL
Define the tag protocol (String) constant.

See Also:
Constant Field Values

TAG_INTEGER

public static final java.lang.String TAG_INTEGER
Define the tag integer (String) constant.

See Also:
Constant Field Values

TAG_UNSIGNEDINTEGER

public static final java.lang.String TAG_UNSIGNEDINTEGER
Define the tag unsignedinteger (String) constant.

See Also:
Constant Field Values

TAG_UNSIGNEDLONG

public static final java.lang.String TAG_UNSIGNEDLONG
Define the tag unsignedlong (String) constant.

See Also:
Constant Field Values

TAG_SHORT

public static final java.lang.String TAG_SHORT
Define the tag short (String) constant.

See Also:
Constant Field Values

TAG_BOOLEAN

public static final java.lang.String TAG_BOOLEAN
Define the tag boolean (String) constant.

See Also:
Constant Field Values

TAG_ENUM

public static final java.lang.String TAG_ENUM
Define the tag enum (String) constant.

See Also:
Constant Field Values

TAG_LIST

public static final java.lang.String TAG_LIST
Define the tag list (String) constant.

See Also:
Constant Field Values

TAG_BYTE

public static final java.lang.String TAG_BYTE
Define the tag byte (String) constant.

See Also:
Constant Field Values

TAG_BITS

public static final java.lang.String TAG_BITS
Define the tag bits (String) constant.

See Also:
Constant Field Values

TAG_STRING

public static final java.lang.String TAG_STRING
Define the tag string (String) constant.

See Also:
Constant Field Values

TAG_VARIABLELENGTH

public static final java.lang.String TAG_VARIABLELENGTH
Define the tag variablelength (String) constant.

See Also:
Constant Field Values

TAG_PARAMETER

public static final java.lang.String TAG_PARAMETER
Define the tag parameter (String) constant.

See Also:
Constant Field Values

TAG_CHOICE

public static final java.lang.String TAG_CHOICE
Define the tag choice (String) constant.

See Also:
Constant Field Values

TAG_OCCURS_MIN

public static final java.lang.String TAG_OCCURS_MIN
Define the tag occurs min (String) constant.

See Also:
Constant Field Values

TAG_OCCURS_MAX

public static final java.lang.String TAG_OCCURS_MAX
Define the tag occurs max (String) constant.

See Also:
Constant Field Values

TAG_TYPEBLOCK

public static final java.lang.String TAG_TYPEBLOCK
Define the tag typeblock (String) constant.

See Also:
Constant Field Values

TAG_VALUE

public static final java.lang.String TAG_VALUE
Define the tag value (String) constant.

See Also:
Constant Field Values

TAG_INT

public static final java.lang.String TAG_INT
Define the tag int (String) constant.

See Also:
Constant Field Values

TAG_LABEL

public static final java.lang.String TAG_LABEL
Define the tag label (String) constant.

See Also:
Constant Field Values

XML_ATTR_ID

public static final java.lang.String XML_ATTR_ID
Define the xml attr id (String) constant.

See Also:
Constant Field Values

XML_ATTR_IDREF

public static final java.lang.String XML_ATTR_IDREF
Define the xml attr idref (String) constant.

See Also:
Constant Field Values

KEY_TYPE

public static final java.lang.String KEY_TYPE
Define the key type (String) constant.

See Also:
Constant Field Values

KEY_ID

public static final java.lang.String KEY_ID
Define the key id (String) constant.

See Also:
Constant Field Values

KEY_IDNUM

public static final java.lang.String KEY_IDNUM
Define the key idnum (String) constant.

See Also:
Constant Field Values

KEY_CHOICELIST

public static final java.lang.String KEY_CHOICELIST
Define the key choicelist (String) constant.

See Also:
Constant Field Values

KEY_PARAMETERLIST

public static final java.lang.String KEY_PARAMETERLIST
Define the key parameterlist (String) constant.

See Also:
Constant Field Values

KEY_ENUMLIST

public static final java.lang.String KEY_ENUMLIST
Define the key enumlist (String) constant.

See Also:
Constant Field Values

KEY_LISTLIST

public static final java.lang.String KEY_LISTLIST
Define the key listlist (String) constant.

See Also:
Constant Field Values

KEY_VARIABLELENGTH_LIST

public static final java.lang.String KEY_VARIABLELENGTH_LIST
Define the key variablelength list (String) constant.

See Also:
Constant Field Values

KEY_MINOCCUR

public static final java.lang.String KEY_MINOCCUR
Define the key minoccur (String) constant.

See Also:
Constant Field Values

KEY_MAXOCCUR

public static final java.lang.String KEY_MAXOCCUR
Define the key maxoccur (String) constant.

See Also:
Constant Field Values

KEY_DEFITEMS

public static final java.lang.String KEY_DEFITEMS
Define the key defitems (String) constant.

See Also:
Constant Field Values

XML_QUOTE_ESCAPE

public static final java.lang.String XML_QUOTE_ESCAPE
Define the xml quote escape (String) constant.

See Also:
Constant Field Values
Constructor Detail

LLRPConfigServletConstants

public LLRPConfigServletConstants()
Method Detail

getTypeIdByTag

public static final int getTypeIdByTag(java.lang.String tag)
Get type id by tag with the specified tag parameter and return the int result.

Parameters:
tag - The tag (String) parameter.
Returns:
Results of the get type id by tag (int) value.

2010-01-26 1.2.0

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