public static enum ContextStack.TranslateMode extends java.lang.Enum<ContextStack.TranslateMode>
| Enum Constant and Description |
|---|
NOTHING
Do nothing, i.e., create a context and go on.
|
REGISTER
Register mappings as without type cache.
|
TRANSFER
Transfer existing mappings instead of creating new ones.
|
| Modifier and Type | Method and Description |
|---|---|
static ContextStack.TranslateMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContextStack.TranslateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextStack.TranslateMode NOTHING
public static final ContextStack.TranslateMode REGISTER
public static final ContextStack.TranslateMode TRANSFER
public static ContextStack.TranslateMode[] values()
for (ContextStack.TranslateMode c : ContextStack.TranslateMode.values()) System.out.println(c);
public static ContextStack.TranslateMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2009 - 2018 SSE. All Rights Reserved.