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