public static enum GuidedDecisionTablePresenter.Access.LockedBy extends Enum<GuidedDecisionTablePresenter.Access.LockedBy>
| Enum Constant and Description |
|---|
CURRENT_USER |
NOBODY |
OTHER_USER |
| Modifier and Type | Method and Description |
|---|---|
static GuidedDecisionTablePresenter.Access.LockedBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuidedDecisionTablePresenter.Access.LockedBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuidedDecisionTablePresenter.Access.LockedBy CURRENT_USER
public static final GuidedDecisionTablePresenter.Access.LockedBy OTHER_USER
public static final GuidedDecisionTablePresenter.Access.LockedBy NOBODY
public static GuidedDecisionTablePresenter.Access.LockedBy[] values()
for (GuidedDecisionTablePresenter.Access.LockedBy c : GuidedDecisionTablePresenter.Access.LockedBy.values()) System.out.println(c);
public static GuidedDecisionTablePresenter.Access.LockedBy 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 © 2001–2016 JBoss by Red Hat. All rights reserved.