public enum EResultSetsOptionKind extends Enum<EResultSetsOptionKind>
| Enum Constant and Description |
|---|
rsoNone |
rsoResultSetsDefined |
rsoUndefined |
| Modifier and Type | Method and Description |
|---|---|
static EResultSetsOptionKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EResultSetsOptionKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EResultSetsOptionKind rsoUndefined
public static final EResultSetsOptionKind rsoNone
public static final EResultSetsOptionKind rsoResultSetsDefined
public static EResultSetsOptionKind[] values()
for (EResultSetsOptionKind c : EResultSetsOptionKind.values()) System.out.println(c);
public static EResultSetsOptionKind 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 © 2019. All rights reserved.