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