public static enum GridControlRenderer_PTest.DataSet extends Enum<GridControlRenderer_PTest.DataSet>
Modifier and Type | Method and Description |
---|---|
static GridControlRenderer_PTest.DataSet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridControlRenderer_PTest.DataSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridControlRenderer_PTest.DataSet Simple
public static final GridControlRenderer_PTest.DataSet Complex
public static GridControlRenderer_PTest.DataSet[] values()
for (GridControlRenderer_PTest.DataSet c : GridControlRenderer_PTest.DataSet.values()) System.out.println(c);
public static GridControlRenderer_PTest.DataSet 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 nullCopyright © 2019. All rights reserved.