public static enum ConfigSetParams.ConfigSetAction extends Enum<ConfigSetParams.ConfigSetAction>
Modifier and Type | Method and Description |
---|---|
static ConfigSetParams.ConfigSetAction |
get(String p) |
boolean |
isEqual(String s) |
String |
toLower() |
static ConfigSetParams.ConfigSetAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigSetParams.ConfigSetAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigSetParams.ConfigSetAction CREATE
public static final ConfigSetParams.ConfigSetAction UPLOAD
public static final ConfigSetParams.ConfigSetAction DELETE
public static final ConfigSetParams.ConfigSetAction LIST
public static ConfigSetParams.ConfigSetAction[] values()
for (ConfigSetParams.ConfigSetAction c : ConfigSetParams.ConfigSetAction.values()) System.out.println(c);
public static ConfigSetParams.ConfigSetAction 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 nullpublic static ConfigSetParams.ConfigSetAction get(String p)
public boolean isEqual(String s)
public String toLower()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.