public static enum SurfaceModel.PlotType extends Enum<SurfaceModel.PlotType>
Enum Constant and Description |
---|
BARS |
CONTOUR |
DENSITY |
SURFACE |
WIREFRAME |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
static SurfaceModel.PlotType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SurfaceModel.PlotType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SurfaceModel.PlotType SURFACE
public static final SurfaceModel.PlotType WIREFRAME
public static final SurfaceModel.PlotType DENSITY
public static final SurfaceModel.PlotType CONTOUR
public static final SurfaceModel.PlotType BARS
public static SurfaceModel.PlotType[] values()
for (SurfaceModel.PlotType c : SurfaceModel.PlotType.values()) System.out.println(c);
public static SurfaceModel.PlotType 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 String getPropertyName()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics