protected static enum Exporter.ColumnType extends Enum<Exporter.ColumnType>
| Modifier and Type | Method and Description |
|---|---|
String |
facet() |
String |
toString() |
static Exporter.ColumnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Exporter.ColumnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Exporter.ColumnType HEADER
public static final Exporter.ColumnType FOOTER
public static Exporter.ColumnType[] values()
for (Exporter.ColumnType c : Exporter.ColumnType.values()) System.out.println(c);
public static Exporter.ColumnType 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 String facet()
public String toString()
toString in class Enum<Exporter.ColumnType>Copyright © 2014. All rights reserved.