org.fosstrak.epcis.repository
Class EpcisConstants

java.lang.Object
  extended by org.fosstrak.epcis.repository.EpcisConstants

public final class EpcisConstants
extends Object

This class holds the formal URI names defined by the core event types module (EPCIS 1.0, Section 7.2), e.g., event types or vocabulary types.

Author:
Sean Wellington

Field Summary
static String AGGREGATION_EVENT
           
static String BUSINESS_LOCATION_ID
           
static String BUSINESS_STEP_ID
           
static String BUSINESS_TRANSACTION_ID
           
static String BUSINESS_TRANSACTION_TYPE_ID
           
static String DISPOSITION_ID
           
static String EPC_CLASS_ID
           
static List<String> EVENT_TYPES
           
static String OBJECT_EVENT
           
static String QUANTITY_EVENT
           
static String READ_POINT_ID
           
static String TRANSACTION_EVENT
           
static List<String> VOCABULARY_TYPES
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

READ_POINT_ID

public static final String READ_POINT_ID
See Also:
Constant Field Values

BUSINESS_LOCATION_ID

public static final String BUSINESS_LOCATION_ID
See Also:
Constant Field Values

BUSINESS_STEP_ID

public static final String BUSINESS_STEP_ID
See Also:
Constant Field Values

DISPOSITION_ID

public static final String DISPOSITION_ID
See Also:
Constant Field Values

BUSINESS_TRANSACTION_ID

public static final String BUSINESS_TRANSACTION_ID
See Also:
Constant Field Values

BUSINESS_TRANSACTION_TYPE_ID

public static final String BUSINESS_TRANSACTION_TYPE_ID
See Also:
Constant Field Values

EPC_CLASS_ID

public static final String EPC_CLASS_ID
See Also:
Constant Field Values

VOCABULARY_TYPES

public static final List<String> VOCABULARY_TYPES

AGGREGATION_EVENT

public static final String AGGREGATION_EVENT
See Also:
Constant Field Values

OBJECT_EVENT

public static final String OBJECT_EVENT
See Also:
Constant Field Values

QUANTITY_EVENT

public static final String QUANTITY_EVENT
See Also:
Constant Field Values

TRANSACTION_EVENT

public static final String TRANSACTION_EVENT
See Also:
Constant Field Values

EVENT_TYPES

public static final List<String> EVENT_TYPES


Copyright © 2010. All Rights Reserved.