|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpops.ale.epc.spec.ECReportSetSpec
public class ECReportSetSpec
ECReportSetSpec is an enumerated type (no enum in JDK 1.4) denoting what set
of Tags is to be considered for filtering and output: all Tags read in the
current event cycle, additions from the previous event cycle, or deletions
from the previous event cycle.
Note :
No enum in Java before JDK1.4. The chosen workaround for implementing an enum-like
class is by creating a class that cannot be instantiated and that exports constants
defining enumerated values with a string representation.
Field Summary | |
---|---|
static ECReportSetSpec |
ADDITIONS
The set of tags considered for filtering and output SHALL be the set of Tags read during the event cycle, minus the prior set of Tags; that is, the set of Tags that were read during the event cycle and not members of the prior set of Tags. |
static ECReportSetSpec |
CURRENT
The set of tags considered for filtering and output SHALL be the set of Tags read during the event cycle. |
static ECReportSetSpec |
DELETIONS
The set of tags considered for filtering and output SHALL be the prior set of Tags, minus the set of Tags read during the event cycle; that is, the set of Tags that were not read during the event cycle but are members of the prior set of Tags. |
Constructor Summary | |
---|---|
protected |
ECReportSetSpec()
Constructor protected. |
protected |
ECReportSetSpec(java.lang.String toStringValue)
Constructor protected. |
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 |
Field Detail |
---|
public static final ECReportSetSpec CURRENT
public static final ECReportSetSpec ADDITIONS
public static final ECReportSetSpec DELETIONS
Constructor Detail |
---|
protected ECReportSetSpec()
protected ECReportSetSpec(java.lang.String toStringValue)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |