|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IReportingOption.ReportingOptionName>
com.azalient.api.b.reporting.IReportingOption.ReportingOptionName
public static enum IReportingOption.ReportingOptionName
| Enum Constant Summary | |
|---|---|
ResultsCyclistDetail
Save a detailed report on cyclist-trips, listing each individual trip |
|
ResultsCyclistSummary
Save a summary of cyclist-trips |
|
ResultsPersonDetail
Save a detailed report on person-trips, listing each individual trip |
|
ResultsPersonSummary
Save a summary of person-trips |
|
ResultsSave
Save results in the AZA file |
|
ResultsSaveCSV
Save results in an external comma-separated-value (CSV) text file |
|
ResultsSaveXLS
Save results in an external Microsoft Excel (XLS) file |
|
ResultsTransportDetail
Save a detailed report on transport-trips, listing each individual trip |
|
ResultsTransportSummary
Save a summary of transport-trips |
|
ResultsVehicleDetail
Save a detailed report on vehicle-trips, listing each individual trip |
|
ResultsVehicleSummary
Save a summary of vehicle-trips |
|
| Method Summary | |
|---|---|
static IReportingOption.ReportingOptionName |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IReportingOption.ReportingOptionName[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IReportingOption.ReportingOptionName ResultsSave
public static final IReportingOption.ReportingOptionName ResultsSaveXLS
public static final IReportingOption.ReportingOptionName ResultsSaveCSV
public static final IReportingOption.ReportingOptionName ResultsPersonSummary
public static final IReportingOption.ReportingOptionName ResultsCyclistSummary
public static final IReportingOption.ReportingOptionName ResultsVehicleSummary
public static final IReportingOption.ReportingOptionName ResultsTransportSummary
public static final IReportingOption.ReportingOptionName ResultsPersonDetail
public static final IReportingOption.ReportingOptionName ResultsCyclistDetail
public static final IReportingOption.ReportingOptionName ResultsVehicleDetail
public static final IReportingOption.ReportingOptionName ResultsTransportDetail
| Method Detail |
|---|
public static IReportingOption.ReportingOptionName[] values()
for (IReportingOption.ReportingOptionName c : IReportingOption.ReportingOptionName.values()) System.out.println(c);
public static IReportingOption.ReportingOptionName valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||