public static enum ConstantsExplorer.WsPortletInitOperation extends Enum<ConstantsExplorer.WsPortletInitOperation>
Enum Constant and Description |
---|
gotofolder |
sharelink |
Modifier and Type | Method and Description |
---|---|
static ConstantsExplorer.WsPortletInitOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantsExplorer.WsPortletInitOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstantsExplorer.WsPortletInitOperation sharelink
public static final ConstantsExplorer.WsPortletInitOperation gotofolder
public static ConstantsExplorer.WsPortletInitOperation[] values()
for (ConstantsExplorer.WsPortletInitOperation c : ConstantsExplorer.WsPortletInitOperation.values()) System.out.println(c);
public static ConstantsExplorer.WsPortletInitOperation 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 © 2016. All Rights Reserved.