public static enum SqlStatementEvent.Purpose extends Enum<SqlStatementEvent.Purpose>
| Enum Constant and Description | 
|---|
CELL_SEGMENT  | 
DRILL_THROUGH  | 
OTHER  | 
TUPLES  | 
| Modifier and Type | Method and Description | 
|---|---|
static SqlStatementEvent.Purpose | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SqlStatementEvent.Purpose[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SqlStatementEvent.Purpose DRILL_THROUGH
public static final SqlStatementEvent.Purpose CELL_SEGMENT
public static final SqlStatementEvent.Purpose TUPLES
public static final SqlStatementEvent.Purpose OTHER
public static SqlStatementEvent.Purpose[] values()
for (SqlStatementEvent.Purpose c : SqlStatementEvent.Purpose.values()) System.out.println(c);
public static SqlStatementEvent.Purpose 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 nullCopyright © 2017 Hitachi Vantara. All rights reserved.