protected static enum ListExporterBase.PropertyKeys extends java.lang.Enum<ListExporterBase.PropertyKeys>
| Enum Constant and Description |
|---|
accesskey |
customExporter |
encoding |
fileName |
includeHeaders |
label |
pdfFont |
postProcessor |
preProcessor |
selectedItemsOnly |
style |
styleClass |
target |
textToExport |
type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ListExporterBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListExporterBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListExporterBase.PropertyKeys accesskey
public static final ListExporterBase.PropertyKeys customExporter
public static final ListExporterBase.PropertyKeys encoding
public static final ListExporterBase.PropertyKeys fileName
public static final ListExporterBase.PropertyKeys includeHeaders
public static final ListExporterBase.PropertyKeys label
public static final ListExporterBase.PropertyKeys pdfFont
public static final ListExporterBase.PropertyKeys postProcessor
public static final ListExporterBase.PropertyKeys preProcessor
public static final ListExporterBase.PropertyKeys selectedItemsOnly
public static final ListExporterBase.PropertyKeys style
public static final ListExporterBase.PropertyKeys styleClass
public static final ListExporterBase.PropertyKeys target
public static final ListExporterBase.PropertyKeys textToExport
public static final ListExporterBase.PropertyKeys type
public static ListExporterBase.PropertyKeys[] values()
for (ListExporterBase.PropertyKeys c : ListExporterBase.PropertyKeys.values()) System.out.println(c);
public static ListExporterBase.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<ListExporterBase.PropertyKeys>Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.