public static enum WebService.SelectionMode extends java.lang.Enum<WebService.SelectionMode>
| Enum Constant and Description |
|---|
ALL |
DESELECTED |
SELECTED |
| Modifier and Type | Method and Description |
|---|---|
static WebService.SelectionMode |
fromParam(java.lang.String paramValue) |
static java.util.Collection<java.lang.String> |
possibleValues() |
java.lang.String |
value() |
static WebService.SelectionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebService.SelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebService.SelectionMode SELECTED
public static final WebService.SelectionMode DESELECTED
public static final WebService.SelectionMode ALL
public static WebService.SelectionMode[] values()
for (WebService.SelectionMode c : WebService.SelectionMode.values()) System.out.println(c);
public static WebService.SelectionMode 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 nullpublic java.lang.String value()
public static WebService.SelectionMode fromParam(java.lang.String paramValue)
public static java.util.Collection<java.lang.String> possibleValues()