public static enum SessionNode.LockChange extends Enum<SessionNode.LockChange>
Enum Constant and Description |
---|
LOCK_FOR_NON_SESSION |
LOCK_FOR_SESSION |
UNLOCK |
Modifier and Type | Method and Description |
---|---|
static SessionNode.LockChange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionNode.LockChange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionNode.LockChange LOCK_FOR_SESSION
public static final SessionNode.LockChange LOCK_FOR_NON_SESSION
public static final SessionNode.LockChange UNLOCK
public static SessionNode.LockChange[] values()
for (SessionNode.LockChange c : SessionNode.LockChange.values()) System.out.println(c);
public static SessionNode.LockChange 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 © 2008–2016 JBoss, a division of Red Hat. All rights reserved.