public static enum DBLockProvider.Namespace extends Enum<DBLockProvider.Namespace>
Enum Constant and Description |
---|
DATABASE |
KEYCLOAK_BOOT |
OFFLINE_SESSIONS |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static DBLockProvider.Namespace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBLockProvider.Namespace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBLockProvider.Namespace DATABASE
public static final DBLockProvider.Namespace KEYCLOAK_BOOT
public static final DBLockProvider.Namespace OFFLINE_SESSIONS
public static DBLockProvider.Namespace[] values()
for (DBLockProvider.Namespace c : DBLockProvider.Namespace.values()) System.out.println(c);
public static DBLockProvider.Namespace 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 nullpublic int getId()
Copyright © 2021 JBoss by Red Hat. All rights reserved.