static ECStatProfileName |
DecathlonStats
Decathlon statistics consisting of the following information for each captured tag:
firstSightingTime
First Time the tag was captured in event cycle
lastSightingTime
Last Time the tag was captured in event cycle
number of readings
Number of sightings of the tag in [firstSightingTime, lastSightingTime]
static ECStatProfileName |
TagTimestamps
The EPC Global specification defines one statistics profile named
TagTimestamps which vendors MAY implement; vendors MAY also implement
their own proprietary profiles. |
Method Summary |
java.lang.String |
toString()
Conversion to string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TagTimestamps
public static final ECStatProfileName TagTimestamps
- The EPC Global specification defines one statistics profile named
TagTimestamps which vendors MAY implement; vendors MAY also implement
their own proprietary profiles.
DecathlonStats
public static final ECStatProfileName DecathlonStats
- Decathlon statistics consisting of the following information for each captured tag:
firstSightingTime |
First Time the tag was captured in event cycle |
lastSightingTime |
Last Time the tag was captured in event cycle |
number of readings |
Number of sightings of the tag in [firstSightingTime, lastSightingTime] |
ECStatProfileName
protected ECStatProfileName()
- Constructor protected. Do not instantiate externally.
ECStatProfileName
protected ECStatProfileName(java.lang.String toStringValue)
- Constructor protected. Do not instantiate externally.
toString
public java.lang.String toString()
- Conversion to string
- Overrides:
toString in class java.lang.Object
|