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