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