|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines the methods for the ECReportGroupListMember. The
ECReportGroupListMember represents one EPC within the ECReportGroup list. Depending
on the settings of the ECReportSpec, ECReportGroupListMemeber will contain one or
more of the following tag formats: EPC (Pure Identity), Tag, Raw Hex, and Raw Decimal.
| Method Summary | |
java.net.URI |
getEPC()
Returns an EPC represented as a pure identity URI according to the EPCglobal Tag Data Specification (e.g. |
java.util.List |
getMemoryItems()
Return the memory items read for this tag. |
java.net.URI |
getRawDecimal()
Returns an EPC represented as a raw decimal URI according to the EPCglobal Tag Data Specification (e.g. |
java.net.URI |
getRawHex()
Returns an EPC represented as a raw hexadecimal URI according to the EPCglobal ALE 1.0 Specification (e.g. |
java.net.URI |
getTag()
Returns an EPC represented as a tag URI according to the EPCglobal Tag Data Specification (e.g. |
| Method Detail |
public java.net.URI getEPC()
ECReportSpec.setIncludeEPC(boolean) is set to true, otherwise returns
null.public java.net.URI getTag()
ECReportSpec.setIncludeTag(boolean) is set to true, otherwise returns
null.public java.net.URI getRawHex()
ECReportSpec.setIncludeRawHex(boolean) is set to true, otherwise
returns null.public java.net.URI getRawDecimal()
ECReportSpec.setIncludeRawDecimal(boolean) method is set to true,
otherwise returns null.public java.util.List getMemoryItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||