public static enum ContextParameters.WindowType extends java.lang.Enum<ContextParameters.WindowType>
| Enum Constant and Description |
|---|
AUTOMATON |
LEFT |
PRE_POST_WINDOW |
RIGHT |
SYMMETRIC |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
shortName() |
static ContextParameters.WindowType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContextParameters.WindowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextParameters.WindowType LEFT
public static final ContextParameters.WindowType RIGHT
public static final ContextParameters.WindowType SYMMETRIC
public static final ContextParameters.WindowType PRE_POST_WINDOW
public static final ContextParameters.WindowType AUTOMATON
public static ContextParameters.WindowType[] values()
for (ContextParameters.WindowType c : ContextParameters.WindowType.values()) System.out.println(c);
public static ContextParameters.WindowType 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 nullpublic java.lang.String shortName()