| Package | Description |
|---|---|
| org.useware.kernel.gui.reification |
| Modifier and Type | Method and Description |
|---|---|
static ContextKey |
ContextKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextKey[] |
ContextKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Context.get(ContextKey name) |
boolean |
Context.has(ContextKey name) |
<T> Context |
Context.set(ContextKey key,
T value) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.