public static enum TCursorDeclStmt.CursorKind extends Enum<TCursorDeclStmt.CursorKind>
Enum Constant and Description |
---|
body |
declaration |
resultsetName |
specification |
typeDefinition |
Modifier and Type | Method and Description |
---|---|
static TCursorDeclStmt.CursorKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCursorDeclStmt.CursorKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TCursorDeclStmt.CursorKind declaration
public static final TCursorDeclStmt.CursorKind specification
public static final TCursorDeclStmt.CursorKind body
public static final TCursorDeclStmt.CursorKind typeDefinition
public static final TCursorDeclStmt.CursorKind resultsetName
public static TCursorDeclStmt.CursorKind[] values()
for (TCursorDeclStmt.CursorKind c : TCursorDeclStmt.CursorKind.values()) System.out.println(c);
public static TCursorDeclStmt.CursorKind 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 null