public enum CommandLinkExampleType extends Enum<CommandLinkExampleType>
| Enum Constant and Description |
|---|
AJAX |
NO_AJAX |
RESET_VALUES |
| Modifier and Type | Method and Description |
|---|---|
static CommandLinkExampleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandLinkExampleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandLinkExampleType AJAX
public static final CommandLinkExampleType NO_AJAX
public static final CommandLinkExampleType RESET_VALUES
public final String label
public static CommandLinkExampleType[] values()
for (CommandLinkExampleType c : CommandLinkExampleType.values()) System.out.println(c);
public static CommandLinkExampleType 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 © 2018. All rights reserved.