public static enum ExporterSpreadsheet.ExportTable extends Enum<ExporterSpreadsheet.ExportTable>
| Modifier and Type | Method and Description |
|---|---|
static ExporterSpreadsheet.ExportTable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExporterSpreadsheet.ExportTable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExporterSpreadsheet.ExportTable NODES
public static final ExporterSpreadsheet.ExportTable EDGES
public static ExporterSpreadsheet.ExportTable[] values()
for (ExporterSpreadsheet.ExportTable c : ExporterSpreadsheet.ExportTable.values()) System.out.println(c);
public static ExporterSpreadsheet.ExportTable 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–2017. All rights reserved.