protected static enum Exporter.ColumnType extends java.lang.Enum<Exporter.ColumnType>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
facet() |
java.lang.String |
toString() |
static Exporter.ColumnType |
valueOf(java.lang.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(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 facet()
public java.lang.String toString()
toString in class java.lang.Enum<Exporter.ColumnType>Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.