protected static enum ScheduleExporterBase.PropertyKeys extends java.lang.Enum<ScheduleExporterBase.PropertyKeys>
| Enum Constant and Description |
|---|
accesskey |
customExporter |
datePattern |
encoding |
exportAllEvents |
fieldsToExport |
fileName |
includeHeaders |
label |
pdfFont |
postProcessor |
preProcessor |
sortAscending |
sortBy |
style |
styleClass |
target |
type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ScheduleExporterBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleExporterBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduleExporterBase.PropertyKeys accesskey
public static final ScheduleExporterBase.PropertyKeys customExporter
public static final ScheduleExporterBase.PropertyKeys datePattern
public static final ScheduleExporterBase.PropertyKeys encoding
public static final ScheduleExporterBase.PropertyKeys exportAllEvents
public static final ScheduleExporterBase.PropertyKeys fieldsToExport
public static final ScheduleExporterBase.PropertyKeys fileName
public static final ScheduleExporterBase.PropertyKeys includeHeaders
public static final ScheduleExporterBase.PropertyKeys label
public static final ScheduleExporterBase.PropertyKeys pdfFont
public static final ScheduleExporterBase.PropertyKeys postProcessor
public static final ScheduleExporterBase.PropertyKeys preProcessor
public static final ScheduleExporterBase.PropertyKeys sortAscending
public static final ScheduleExporterBase.PropertyKeys sortBy
public static final ScheduleExporterBase.PropertyKeys style
public static final ScheduleExporterBase.PropertyKeys styleClass
public static final ScheduleExporterBase.PropertyKeys target
public static final ScheduleExporterBase.PropertyKeys type
public static ScheduleExporterBase.PropertyKeys[] values()
for (ScheduleExporterBase.PropertyKeys c : ScheduleExporterBase.PropertyKeys.values()) System.out.println(c);
public static ScheduleExporterBase.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<ScheduleExporterBase.PropertyKeys>Copyright 2025 ICEsoft Technologies Canada Corp., All Rights Reserved.