|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods which are common to all event cycle report types.
Method Summary | |
java.lang.String |
getApplicationData()
Gets the application data String provided in the ECReportSpec for this report. |
int |
getCount()
Returns the total number of EPCs summed over all the groups included in this report |
java.util.List |
getEPCs()
Returns a list of EPCs for all groups contained in this report. |
ECReportGroup |
getGroup(java.lang.String reportGroupName)
Return the ECReportGroup with matching name |
java.util.List |
getGroups()
Returns the list of ECReportGroup instances |
java.lang.String |
getName()
Gets the name of this report |
boolean |
hasCount()
Returns true if the ECReport contains a count of EPCs |
boolean |
hasList()
Returns true if the ECReport contains a list of EPCs |
Method Detail |
public java.lang.String getName()
public java.lang.String getApplicationData()
public int getCount()
public java.util.List getEPCs()
public java.util.List getGroups()
public ECReportGroup getGroup(java.lang.String reportGroupName)
public boolean hasList()
public boolean hasCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |