public static enum RenderVariables.widgetVariables extends Enum<RenderVariables.widgetVariables>
Enum Constant and Description |
---|
field |
fieldOrValue |
widget |
widgetControl |
widgetIndex |
widgetProperties |
widgetProperty |
Modifier and Type | Method and Description |
---|---|
static RenderVariables.widgetVariables |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderVariables.widgetVariables[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderVariables.widgetVariables widget
public static final RenderVariables.widgetVariables widgetIndex
public static final RenderVariables.widgetVariables field
public static final RenderVariables.widgetVariables widgetProperty
public static final RenderVariables.widgetVariables widgetProperties
public static final RenderVariables.widgetVariables widgetControl
public static final RenderVariables.widgetVariables fieldOrValue
public static RenderVariables.widgetVariables[] values()
for (RenderVariables.widgetVariables c : RenderVariables.widgetVariables.values()) System.out.println(c);
public static RenderVariables.widgetVariables 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.