2009-10-01 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.config.servlet.capabilities
Class ReaderCapabilities

java.lang.Object
  extended by org.eclipse.soda.dk.epcglobal.llrp.config.servlet.capabilities.ReaderCapabilities
All Implemented Interfaces:
IReaderCapabilities

public class ReaderCapabilities
extends java.lang.Object
implements IReaderCapabilities

Since:
1.2
Version:
1.2.0

Constructor Summary
ReaderCapabilities()
          Constructs an instance of this class.
ReaderCapabilities(java.util.Map rawCapabilities)
          Constructs an instance of this class from the specified raw capabilities parameter.
 
Method Summary
 java.lang.Object getCapabilityValue(java.lang.String key)
          Get capability value with the specified key parameter and return the Object result.
 int getParameterMaxSupported(java.lang.String paramId)
          Get parameter max supported with the specified param id parameter and return the int result.
 boolean isParameterSupported(java.lang.String paramId)
          Is parameter supported with the specified param id parameter and return the boolean result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderCapabilities

public ReaderCapabilities()
Constructs an instance of this class.

See Also:
ReaderCapabilities(Map)

ReaderCapabilities

public ReaderCapabilities(java.util.Map rawCapabilities)
Constructs an instance of this class from the specified raw capabilities parameter.

Parameters:
rawCapabilities - The raw capabilities (Map) parameter.
See Also:
ReaderCapabilities()
Method Detail

getCapabilityValue

public java.lang.Object getCapabilityValue(java.lang.String key)
Get capability value with the specified key parameter and return the Object result.

Specified by:
getCapabilityValue in interface IReaderCapabilities
Parameters:
key - The key (String) parameter.
Returns:
Results of the get capability value (Object) value.

getParameterMaxSupported

public int getParameterMaxSupported(java.lang.String paramId)
Get parameter max supported with the specified param id parameter and return the int result.

Specified by:
getParameterMaxSupported in interface IReaderCapabilities
Parameters:
paramId - The param ID (String) parameter.
Returns:
Results of the get parameter max supported (int) value.

isParameterSupported

public boolean isParameterSupported(java.lang.String paramId)
Is parameter supported with the specified param id parameter and return the boolean result.

Specified by:
isParameterSupported in interface IReaderCapabilities
Parameters:
paramId - The param ID (String) parameter.
Returns:
Results of the is parameter supported (boolean) value.

2009-10-01 1.2.0

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