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