public static enum DataTablesCommonInterface.ExportMode extends Enum<DataTablesCommonInterface.ExportMode>
| Enum Constant and Description |
|---|
CSV |
| Modifier and Type | Method and Description |
|---|---|
static DataTablesCommonInterface.ExportMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTablesCommonInterface.ExportMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataTablesCommonInterface.ExportMode CSV
public static DataTablesCommonInterface.ExportMode[] values()
for (DataTablesCommonInterface.ExportMode c : DataTablesCommonInterface.ExportMode.values()) System.out.println(c);
public static DataTablesCommonInterface.ExportMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2007–2016 Gephi Consortium. All rights reserved.