|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods for the ECReportGroup. The ECReportGroup represents one group within the ECReport. The interface includes accessors for the groupName, groupList, and groupCount. The groupName is null for the default group. GroupList and groupCount are null if the includeList and includeCount fields, respectively, or the corresponding ECReportOutputSpec are false.
Method Summary | |
int |
getGroupCount()
Return the count of EPCS in the group. |
java.util.List |
getGroupList()
Return the list of EPCs in the group. |
java.lang.String |
getGroupName()
Return the group name, null if this is the default group |
boolean |
hasCount()
Returns true if the ECReportGroup contains a count of EPCs |
boolean |
hasList()
Returns true if the ECReportGroup contains a list of EPCs |
Method Detail |
public java.lang.String getGroupName()
public int getGroupCount()
public java.util.List getGroupList()
public boolean hasList()
public boolean hasCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |