2009-10-01 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.config.servlet.capabilities
Interface IReaderCapabilities

All Known Implementing Classes:
ReaderCapabilities

public interface IReaderCapabilities

Since:
1.2
Version:
1.2.0

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.
 

Method Detail

getCapabilityValue

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

Parameters:
key - The key (String) parameter.
Returns:
Results of the get capability value (Object) value.

getParameterMaxSupported

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

Parameters:
paramId - The param ID (String) parameter.
Returns:
Results of the get parameter max supported (int) value.

isParameterSupported

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

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.