public enum CommandLinkRenderType extends Enum<CommandLinkRenderType>
| Modifier and Type | Method and Description |
|---|---|
static CommandLinkRenderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandLinkRenderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandLinkRenderType SECTIONS
public static final CommandLinkRenderType FORM
public static final CommandLinkRenderType THIS
public static final CommandLinkRenderType NONE
public static CommandLinkRenderType[] values()
for (CommandLinkRenderType c : CommandLinkRenderType.values()) System.out.println(c);
public static CommandLinkRenderType 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.