public static enum WebService.SelectionMode extends Enum<WebService.SelectionMode>
| Enum Constant and Description | 
|---|
| ALL | 
| DESELECTED | 
| SELECTED | 
| Modifier and Type | Method and Description | 
|---|---|
| static WebService.SelectionMode | fromParam(String paramValue) | 
| static Collection<String> | possibleValues() | 
| String | value() | 
| static WebService.SelectionMode | valueOf(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(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 WebService.SelectionMode fromParam(String paramValue)
public static Collection<String> possibleValues()
Copyright © 2009–2016 SonarSource. All rights reserved.