public static enum TableNode.Type extends java.lang.Enum<TableNode.Type>
| Enum Constant and Description |
|---|
NORMAL |
TRANSPOSED |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
inspect(java.util.List<HeaderNode> headers,
java.util.List<RowNode> rows) |
void |
raiseInvalidRowIndex(RowNode firstRow,
RowNode invalidRow) |
DalException |
toDalException(ElementAssertionFailure elementAssertionFailure,
TableNode tableNode) |
static TableNode.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableNode.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableNode.Type NORMAL
public static final TableNode.Type TRANSPOSED
public static TableNode.Type[] values()
for (TableNode.Type c : TableNode.Type.values()) System.out.println(c);
public static TableNode.Type 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 DalException toDalException(ElementAssertionFailure elementAssertionFailure, TableNode tableNode)
public java.lang.String inspect(java.util.List<HeaderNode> headers, java.util.List<RowNode> rows)