public enum ContextKey extends Enum<ContextKey>
| Enum Constant and Description |
|---|
COORDINATOR |
EVENTBUS |
MODEL_DESCRIPTIONS |
OPERATION_DESCRIPTIONS |
PROPERTIES |
SCOPE_MODEL |
SECURITY_CONTEXT |
WIDGET |
| Modifier and Type | Method and Description |
|---|---|
static ContextKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextKey SCOPE_MODEL
public static final ContextKey WIDGET
public static final ContextKey MODEL_DESCRIPTIONS
public static final ContextKey PROPERTIES
public static final ContextKey COORDINATOR
public static final ContextKey EVENTBUS
public static final ContextKey OPERATION_DESCRIPTIONS
public static final ContextKey SECURITY_CONTEXT
public static ContextKey[] values()
for (ContextKey c : ContextKey.values()) System.out.println(c);
public static ContextKey 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 © 2014 JBoss, a division of Red Hat. All rights reserved.