|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpops.ale.epc.spec.Spec
pops.ale.epc.spec.ECReportSpec
public class ECReportSpec
An ECReportSpec specifies one report to be included in the list of reports that results from executing an event cycle.
Constructor Summary | |
---|---|
ECReportSpec(java.util.Properties spec_property)
Constructor from a Java property file |
|
ECReportSpec(java.lang.String reportName,
ECReportSetSpec reportSet,
ECFilterSpec filterSpec,
ECGroupSpec groupSpec,
ECReportOutputSpec output,
boolean reportIfEmpty,
boolean reportOnlyOnChange,
ECStatProfileName[] statProfileNames)
Constructor |
Method Summary | |
---|---|
ECFilterSpec |
getFilterSpec()
Getter for filterSpec |
ECGroupSpec |
getGroupSpec()
Getter for groupSpec |
ECReportOutputSpec |
getOutput()
Getter for output |
boolean |
getReportIfEmpty()
Getter for reportIfEmpty |
java.lang.String |
getReportName()
Getter for reportName |
boolean |
getReportOnlyOnChange()
Getter for reportOnlyOnChange |
ECReportSetSpec |
getReportSet()
Getter for reportSet |
ECStatProfileName[] |
getStatProfileNames()
Getter for statProfileNames |
void |
loadFromProp(java.util.Properties spec_property)
Set up fields from a Java property object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECReportSpec(java.util.Properties spec_property)
spec_property
- Java property object containing specification datapublic ECReportSpec(java.lang.String reportName, ECReportSetSpec reportSet, ECFilterSpec filterSpec, ECGroupSpec groupSpec, ECReportOutputSpec output, boolean reportIfEmpty, boolean reportOnlyOnChange, ECStatProfileName[] statProfileNames)
reportName
- reportSet
- filterSpec
- groupSpec
- output
- reportIfEmpty
- reportOnlyOnChange
- statProfileNames
- Method Detail |
---|
public void loadFromProp(java.util.Properties spec_property)
loadFromProp
in class Spec
spec_property
- Java property object containing specification data
TBD
public java.lang.String getReportName()
public ECReportSetSpec getReportSet()
public ECFilterSpec getFilterSpec()
public ECGroupSpec getGroupSpec()
public ECReportOutputSpec getOutput()
public boolean getReportIfEmpty()
public boolean getReportOnlyOnChange()
public ECStatProfileName[] getStatProfileNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |