|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpops.ale.epc.spec.ECReportOutputSpec
public class ECReportOutputSpec
ECReportOutputSpec
specifies how the final set of EPCs is to be reported.
The parameters of ECReportOutputSpec
determine which parameters are present
in each ECReportGroup
instance that appears as part of an ECReport
generated from this ECReportSpec
.
If any of includeEPC
, includeTag
, includeRawHex
,
or includeRawDecimal
are true, or if fieldList
is non-empty,
the ALE implementation SHALL set the groupList parameter of each ECReportGroup
instance to an ECReportGroupList
instance, which in turn SHALL contain a
list of ECReportGroupListMember
instances having parameters set according to
the definition below. Otherwise, the ALE implementation SHALL set the
groupList
parameter to null
.
If includeCount
is true, the ALE implementation SHALL set the
groupCount
parameter of each ECReportGroup
instance to an
ECReportGroupCount
instance, with parameters set according to the defintion
below. Otherwise, the ALE implementation SHALL set the groupCount
parameter
to null
.
Constructor Summary
ECReportOutputSpec()
Constructor
ECReportOutputSpec(boolean includeEPC,
boolean includeTag,
boolean includeRawHex,
boolean includeRawDecimal,
boolean includeCount,
ECReportOutputFieldSpec[] fieldList)
Constructor
Method Summary
ECReportOutputFieldSpec[]
getFieldList()
Getter for fieldList
boolean
isIncludeCount()
Getter for includeCount
boolean
isIncludeEPC()
Getter for includeEPC
boolean
isIncludeRawDecimal()
Getter for includeRawDecimal
boolean
isIncludeRawHex()
Getter for includeRawHex
boolean
isIncludeTag()
Getter for includeTag
void
setFieldList(ECReportOutputFieldSpec[] fieldList)
Setter for fieldList
void
setIncludeCount(boolean includeCount)
Setter for includeCount
void
setIncludeEPC(boolean includeEPC)
Setter for includeEPC
void
setIncludeRawDecimal(boolean includeRawDecimal)
Setter for includeRawDecimal
void
setIncludeRawHex(boolean includeRawHex)
Setter for includeRawHex
void
setIncludeTag(boolean includeTag)
Setter for includeTag
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
ECReportOutputSpec
public ECReportOutputSpec(boolean includeEPC,
boolean includeTag,
boolean includeRawHex,
boolean includeRawDecimal,
boolean includeCount,
ECReportOutputFieldSpec[] fieldList)
includeEPC
- includeTag
- includeRawHex
- includeRawDecimal
- includeCount
- fieldList
-
ECReportOutputSpec
public ECReportOutputSpec()
Method Detail
isIncludeEPC
public boolean isIncludeEPC()
isIncludeTag
public boolean isIncludeTag()
isIncludeRawHex
public boolean isIncludeRawHex()
isIncludeRawDecimal
public boolean isIncludeRawDecimal()
isIncludeCount
public boolean isIncludeCount()
getFieldList
public ECReportOutputFieldSpec[] getFieldList()
setIncludeEPC
public void setIncludeEPC(boolean includeEPC)
includeEPC
- the value to set
setIncludeTag
public void setIncludeTag(boolean includeTag)
includeTag
- the value to set
setIncludeRawHex
public void setIncludeRawHex(boolean includeRawHex)
includeRawHex
- the value to set
setIncludeRawDecimal
public void setIncludeRawDecimal(boolean includeRawDecimal)
includeRawDecimal
- the value to set
setIncludeCount
public void setIncludeCount(boolean includeCount)
includeCount
- the value to set
setFieldList
public void setFieldList(ECReportOutputFieldSpec[] fieldList)
fieldList
- the value to set
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD