|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.epcglobal.llrp.config.servlet.capabilities.ReaderCapabilities
public class ReaderCapabilities
| 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 |
|---|
public ReaderCapabilities()
ReaderCapabilities(Map)public ReaderCapabilities(java.util.Map rawCapabilities)
rawCapabilities - The raw capabilities (Map) parameter.ReaderCapabilities()| Method Detail |
|---|
public java.lang.Object getCapabilityValue(java.lang.String key)
getCapabilityValue in interface IReaderCapabilitieskey - The key (String) parameter.
Object) value.public int getParameterMaxSupported(java.lang.String paramId)
getParameterMaxSupported in interface IReaderCapabilitiesparamId - The param ID (String) parameter.
int) value.public boolean isParameterSupported(java.lang.String paramId)
isParameterSupported in interface IReaderCapabilitiesparamId - The param ID (String) parameter.
boolean) value.
|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||