public static enum SpreadsheetGeneralConfiguration.Mode extends Enum<SpreadsheetGeneralConfiguration.Mode>
| Enum Constant and Description |
|---|
ADJACENCY_LIST |
EDGES_TABLE |
MATRIX |
NODES_TABLE |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getSpecialColumnNames() |
boolean |
isSpecialColumn(String column) |
static SpreadsheetGeneralConfiguration.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpreadsheetGeneralConfiguration.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpreadsheetGeneralConfiguration.Mode NODES_TABLE
public static final SpreadsheetGeneralConfiguration.Mode EDGES_TABLE
public static final SpreadsheetGeneralConfiguration.Mode ADJACENCY_LIST
public static final SpreadsheetGeneralConfiguration.Mode MATRIX
public static SpreadsheetGeneralConfiguration.Mode[] values()
for (SpreadsheetGeneralConfiguration.Mode c : SpreadsheetGeneralConfiguration.Mode.values()) System.out.println(c);
public static SpreadsheetGeneralConfiguration.Mode 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 nullpublic boolean isSpecialColumn(String column)
Copyright © 2007–2017. All rights reserved.