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