com.connecterra.ale.api
Class ECReportSetSpec

java.lang.Object
  extended bycom.connecterra.ale.api.ECReportSetSpec

public class ECReportSetSpec
extends java.lang.Object

This is a type-safe enum which represents the sets of EPCs which can be included in a report.


Field Summary
static ECReportSetSpec ADDITIONS
           
static ECReportSetSpec CURRENT
           
static ECReportSetSpec DELETIONS
           
 
Method Summary
 java.lang.String toLocalizedString()
          Returns the localized String representation of this ECReportSetSpec
 java.lang.String toString()
          Returns the string reprentation of this ECReportSetSpec.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CURRENT

public static final ECReportSetSpec CURRENT

ADDITIONS

public static final ECReportSetSpec ADDITIONS

DELETIONS

public static final ECReportSetSpec DELETIONS
Method Detail

toString

public java.lang.String toString()
Returns the string reprentation of this ECReportSetSpec.

Returns:
String representation of this ECReportSetSpec.

toLocalizedString

public java.lang.String toLocalizedString()
Returns the localized String representation of this ECReportSetSpec

Returns:
String localized representation of this ECReportSetSpec