public enum RScriptOption extends java.lang.Enum<RScriptOption>
| Enum Constant and Description | 
|---|
BOXPLOT  | 
SHAPIRO_WILK  | 
WILCOX  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescription()  | 
java.lang.String | 
getResult(RScriptOptionElement element)  | 
void | 
setDescription(java.lang.String description)  | 
static RScriptOption | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static RScriptOption[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final RScriptOption SHAPIRO_WILK
public static final RScriptOption WILCOX
public static final RScriptOption BOXPLOT
public static RScriptOption[] values()
for (RScriptOption c : RScriptOption.values()) System.out.println(c);
public static RScriptOption 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 getResult(RScriptOptionElement element) throws java.io.IOException, java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)