protected static enum AjaxServlet.Command extends Enum<AjaxServlet.Command>
| Modifier and Type | Method and Description |
|---|---|
static AjaxServlet.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AjaxServlet.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AjaxServlet.Command invoke
public static final AjaxServlet.Command get
public static final AjaxServlet.Command set
public static AjaxServlet.Command[] values()
for (AjaxServlet.Command c : AjaxServlet.Command.values()) System.out.println(c);
public static AjaxServlet.Command 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 © 2005–2018 Alfresco Software. All rights reserved.