2009-10-01 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.helper
Class LLRPDefaultParameters

java.lang.Object
  extended by org.eclipse.soda.dk.epcglobal.llrp.helper.LLRPDefaultParameters

public class LLRPDefaultParameters
extends java.lang.Object

Since:
1.0
Version:
1.2.0

Constructor Summary
LLRPDefaultParameters()
           
 
Method Summary
static java.util.Map getDefaultAccessCommandParameter(int userDataReadOpId, int tidReadOpId)
          Gets the access command parameter (Map) value.
static java.util.Map getDefaultAccessReportSpecParameter()
          Gets the default access report spec parameter (Map) value.
static java.util.Map getDefaultAccessSpecParameter(int accessSpecId, int roSpecId, int userDataReadOpId, int tidReadOpId)
          Get default access spec parameter with the specified access spec ID, ro spec ID, user data read op ID and tid read op ID parameters and return the Map result.
static java.util.Map getDefaultAccessSpecStopTriggerParameter()
          Gets the default access spec stop trigger parameter (Map) value.
static java.util.Map getDefaultAISpecParameter(int[] antennaIds)
          Get aispec parameter with the specified antenna ids parameter and return the Map result.
static java.util.Map getDefaultC1G2TagSpecParameter()
          Gets the c1 g2 tag spec parameter (Map) value.
static java.util.Map getDefaultROBoundarySpecParameter()
          Gets the default roboundary spec parameter (Map) value.
static java.util.Map getDefaultROReportSpecParameter()
          Gets the default roreport spec parameter (Map) value.
static java.util.Map getDefaultROReportSpecParameter(int trigger, int tagNum)
          Get roreport spec parameter with the specified trigger and tag num parameters and return the Map result.
static java.util.List getDefaultROSpecChoice()
          Gets the default rospec choice (List) value.
static java.util.Map getDefaultROSpecParameter(int roSpecId)
          Get default rospec parameter with the specified ro spec ID parameter and return the Map result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LLRPDefaultParameters

public LLRPDefaultParameters()
Method Detail

getDefaultAISpecParameter

public static java.util.Map getDefaultAISpecParameter(int[] antennaIds)
Get aispec parameter with the specified antenna ids parameter and return the Map result.

Parameters:
antennaIds - The antenna IDs (int[]) parameter.
Returns:
Results of the get aispec parameter (Map) value.

getDefaultAccessCommandParameter

public static java.util.Map getDefaultAccessCommandParameter(int userDataReadOpId,
                                                             int tidReadOpId)
Gets the access command parameter (Map) value.

Parameters:
userDataReadOpId - The user data read op ID (int) parameter.
tidReadOpId - The tid read op ID (int) parameter.
Returns:
The access command parameter (Map) value.

getDefaultAccessReportSpecParameter

public static java.util.Map getDefaultAccessReportSpecParameter()
Gets the default access report spec parameter (Map) value.

Returns:
The default access report spec parameter (Map) value.

getDefaultAccessSpecParameter

public static java.util.Map getDefaultAccessSpecParameter(int accessSpecId,
                                                          int roSpecId,
                                                          int userDataReadOpId,
                                                          int tidReadOpId)
Get default access spec parameter with the specified access spec ID, ro spec ID, user data read op ID and tid read op ID parameters and return the Map result.

Parameters:
accessSpecId - The access spec ID (int) parameter.
roSpecId - The ro spec ID (int) parameter.
userDataReadOpId - The user data read op ID (int) parameter.
tidReadOpId - The tid read op ID (int) parameter.
Returns:
The default access spec parameter (Map) value.

getDefaultAccessSpecStopTriggerParameter

public static java.util.Map getDefaultAccessSpecStopTriggerParameter()
Gets the default access spec stop trigger parameter (Map) value.

Returns:
The default access spec stop trigger parameter (Map) value.

getDefaultC1G2TagSpecParameter

public static java.util.Map getDefaultC1G2TagSpecParameter()
Gets the c1 g2 tag spec parameter (Map) value.

Returns:
The c1 g2 tag spec parameter (Map) value.

getDefaultROBoundarySpecParameter

public static java.util.Map getDefaultROBoundarySpecParameter()
Gets the default roboundary spec parameter (Map) value.

Returns:
The default roboundary spec parameter (Map) value.

getDefaultROReportSpecParameter

public static java.util.Map getDefaultROReportSpecParameter()
Gets the default roreport spec parameter (Map) value.

Returns:
The default roreport spec parameter (Map) value.
See Also:
getDefaultROReportSpecParameter(int,int)

getDefaultROReportSpecParameter

public static java.util.Map getDefaultROReportSpecParameter(int trigger,
                                                            int tagNum)
Get roreport spec parameter with the specified trigger and tag num parameters and return the Map result.

Parameters:
trigger - The trigger (int) parameter.
tagNum - The tag num (int) parameter.
Returns:
Results of the get roreport spec parameter (Map) value.
See Also:
getDefaultROReportSpecParameter()

getDefaultROSpecChoice

public static java.util.List getDefaultROSpecChoice()
Gets the default rospec choice (List) value.

Returns:
The default rospec choice (List) value.

getDefaultROSpecParameter

public static java.util.Map getDefaultROSpecParameter(int roSpecId)
Get default rospec parameter with the specified ro spec ID parameter and return the Map result.

Parameters:
roSpecId - The ro spec ID (int) parameter.
Returns:
The default rospec parameter (Map) value.

2009-10-01 1.2.0

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