public static enum ActionDestination.Type extends Enum<ActionDestination.Type>
| Enum Constant and Description |
|---|
BUTTON |
DT_BUTTON |
FORM |
LABEL |
VARIABLE |
VARIABLESET |
| Modifier and Type | Method and Description |
|---|---|
static ActionDestination.Type |
forType(String type) |
static ActionDestination.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionDestination.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionDestination.Type FORM
public static final ActionDestination.Type VARIABLE
public static final ActionDestination.Type VARIABLESET
public static final ActionDestination.Type DT_BUTTON
public static final ActionDestination.Type BUTTON
public static final ActionDestination.Type LABEL
public static ActionDestination.Type[] values()
for (ActionDestination.Type c : ActionDestination.Type.values()) System.out.println(c);
public static ActionDestination.Type 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 static ActionDestination.Type forType(String type)
Copyright © 2022 Suncode. All rights reserved.