public static enum RenderVariables.globalVariables extends Enum<RenderVariables.globalVariables>
Enum Constant and Description |
---|
document
Deprecated.
|
layoutMode |
layoutValue |
mode |
value |
Modifier and Type | Method and Description |
---|---|
static RenderVariables.globalVariables |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderVariables.globalVariables[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderVariables.globalVariables value
@Deprecated public static final RenderVariables.globalVariables document
public static final RenderVariables.globalVariables layoutValue
public static final RenderVariables.globalVariables mode
public static final RenderVariables.globalVariables layoutMode
public static RenderVariables.globalVariables[] values()
for (RenderVariables.globalVariables c : RenderVariables.globalVariables.values()) System.out.println(c);
public static RenderVariables.globalVariables 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 © 2015 Nuxeo SA. All rights reserved.