com.ibm.premises.reusable.constants
Class Constants.BackendConstants

java.lang.Object
  extended by com.ibm.premises.reusable.constants.Constants.BackendConstants
Enclosing class:
Constants

public class Constants.BackendConstants
extends java.lang.Object


Field Summary
static int DB_BACKEND
           
static int EPCIS_BACKEND
           
static int PREMISES_BACKEND
           
static int RFIDIC_BACKEND
           
static int UNKNOWN_BACKEND
           
 
Constructor Summary
Constants.BackendConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DB_BACKEND

public static final int DB_BACKEND
See Also:
Constant Field Values

EPCIS_BACKEND

public static final int EPCIS_BACKEND
See Also:
Constant Field Values

PREMISES_BACKEND

public static final int PREMISES_BACKEND
See Also:
Constant Field Values

RFIDIC_BACKEND

public static final int RFIDIC_BACKEND
See Also:
Constant Field Values

UNKNOWN_BACKEND

public static final int UNKNOWN_BACKEND
See Also:
Constant Field Values
Constructor Detail

Constants.BackendConstants

public Constants.BackendConstants()