public static final class RadialDatasetSweep.Type
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static RadialDatasetSweep.Type |
NONE |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection |
getAllTypes() |
static RadialDatasetSweep.Type |
getType(java.lang.String name)
Find the DataType that matches this name, ignore case.
|
java.lang.String |
toString() |
public static final RadialDatasetSweep.Type NONE
public static java.util.Collection getAllTypes()
public static RadialDatasetSweep.Type getType(java.lang.String name)
name
- : match this namepublic java.lang.String toString()
toString
in class java.lang.Object