public static enum PortletProvider.Action extends java.lang.Enum<PortletProvider.Action>
Enum Constant and Description |
---|
ADD |
BROWSE |
EDIT |
MANAGE |
PREVIEW |
VIEW |
Modifier and Type | Method and Description |
---|---|
static PortletProvider.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PortletProvider.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortletProvider.Action ADD
public static final PortletProvider.Action BROWSE
public static final PortletProvider.Action EDIT
public static final PortletProvider.Action MANAGE
public static final PortletProvider.Action PREVIEW
public static final PortletProvider.Action VIEW
public static PortletProvider.Action[] values()
for (PortletProvider.Action c : PortletProvider.Action.values()) System.out.println(c);
public static PortletProvider.Action valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null