com.liferay.portal.kernel.portlet
Enum PortletProvider.Action
java.lang.Object
java.lang.Enum<PortletProvider.Action>
com.liferay.portal.kernel.portlet.PortletProvider.Action
- All Implemented Interfaces:
- Serializable, Comparable<PortletProvider.Action>
- Enclosing interface:
- PortletProvider
public static enum PortletProvider.Action
- extends Enum<PortletProvider.Action>
ADD
public static final PortletProvider.Action ADD
BROWSE
public static final PortletProvider.Action BROWSE
EDIT
public static final PortletProvider.Action EDIT
MANAGE
public static final PortletProvider.Action MANAGE
VIEW
public static final PortletProvider.Action VIEW
values
public static PortletProvider.Action[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (PortletProvider.Action c : PortletProvider.Action.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PortletProvider.Action valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null