protected static enum RemoteCommand.PropertyKeys extends Enum<RemoteCommand.PropertyKeys>
Enum Constant and Description |
---|
async |
autoRun |
delay |
form |
global |
ignoreAutoUpdate |
name |
oncomplete |
onerror |
onstart |
onsuccess |
partialSubmit |
partialSubmitFilter |
process |
resetValues |
timeout |
update |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static RemoteCommand.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteCommand.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteCommand.PropertyKeys name
public static final RemoteCommand.PropertyKeys update
public static final RemoteCommand.PropertyKeys process
public static final RemoteCommand.PropertyKeys onstart
public static final RemoteCommand.PropertyKeys oncomplete
public static final RemoteCommand.PropertyKeys onerror
public static final RemoteCommand.PropertyKeys onsuccess
public static final RemoteCommand.PropertyKeys global
public static final RemoteCommand.PropertyKeys delay
public static final RemoteCommand.PropertyKeys timeout
public static final RemoteCommand.PropertyKeys async
public static final RemoteCommand.PropertyKeys autoRun
public static final RemoteCommand.PropertyKeys partialSubmit
public static final RemoteCommand.PropertyKeys resetValues
public static final RemoteCommand.PropertyKeys ignoreAutoUpdate
public static final RemoteCommand.PropertyKeys partialSubmitFilter
public static final RemoteCommand.PropertyKeys form
public static RemoteCommand.PropertyKeys[] values()
for (RemoteCommand.PropertyKeys c : RemoteCommand.PropertyKeys.values()) System.out.println(c);
public static RemoteCommand.PropertyKeys 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 nullpublic String toString()
toString
in class Enum<RemoteCommand.PropertyKeys>
Copyright © 2015. All rights reserved.