public static enum GraphSelection.SelectionType extends java.lang.Enum<GraphSelection.SelectionType>
Modifier and Type | Method and Description |
---|---|
static GraphSelection.SelectionType |
convertStringToEnum(java.lang.String type) |
static GraphSelection.SelectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphSelection.SelectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphSelection.SelectionType data
public static final GraphSelection.SelectionType series
public static final GraphSelection.SelectionType group
public static final GraphSelection.SelectionType non_data
public static GraphSelection.SelectionType[] values()
for (GraphSelection.SelectionType c : GraphSelection.SelectionType.values()) System.out.println(c);
public static GraphSelection.SelectionType 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 static GraphSelection.SelectionType convertStringToEnum(java.lang.String type)