|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SpreadSheetInfo.InfoType>
adams.flow.transformer.SpreadSheetInfo.InfoType
public static enum SpreadSheetInfo.InfoType
The type of information to generate.
| Enum Constant Summary | |
|---|---|
CELL_TYPES
all cell types (at specified index). |
|
CELL_VALUES
all (unique) cell values (at specified index). |
|
COLUMN_NAME
the name of the column (at specified index). |
|
COLUMN_TYPE
the overall column type (at specified index). |
|
NAME
the name. |
|
NUM_COLUMNS
the number of columns. |
|
NUM_ROWS
the number of rows. |
|
| Method Summary | |
|---|---|
static SpreadSheetInfo.InfoType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SpreadSheetInfo.InfoType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SpreadSheetInfo.InfoType NAME
public static final SpreadSheetInfo.InfoType NUM_COLUMNS
public static final SpreadSheetInfo.InfoType NUM_ROWS
public static final SpreadSheetInfo.InfoType COLUMN_NAME
public static final SpreadSheetInfo.InfoType COLUMN_TYPE
public static final SpreadSheetInfo.InfoType CELL_TYPES
public static final SpreadSheetInfo.InfoType CELL_VALUES
| Method Detail |
|---|
public static SpreadSheetInfo.InfoType[] values()
for (SpreadSheetInfo.InfoType c : SpreadSheetInfo.InfoType.values()) System.out.println(c);
public static SpreadSheetInfo.InfoType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||