public enum swSurfaceTypes_e extends java.lang.Enum<swSurfaceTypes_e>
Enum Constant and Description |
---|
BLEND_TYPE |
BSURF_TYPE |
CONE_TYPE |
CYLINDER_TYPE |
EXTRU_TYPE |
OFFSET_TYPE |
PLANE_TYPE |
SPHERE_TYPE |
SREV_TYPE |
TORUS_TYPE |
Modifier and Type | Method and Description |
---|---|
static swSurfaceTypes_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swSurfaceTypes_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swSurfaceTypes_e PLANE_TYPE
public static final swSurfaceTypes_e CYLINDER_TYPE
public static final swSurfaceTypes_e CONE_TYPE
public static final swSurfaceTypes_e SPHERE_TYPE
public static final swSurfaceTypes_e TORUS_TYPE
public static final swSurfaceTypes_e BSURF_TYPE
public static final swSurfaceTypes_e BLEND_TYPE
public static final swSurfaceTypes_e OFFSET_TYPE
public static final swSurfaceTypes_e EXTRU_TYPE
public static final swSurfaceTypes_e SREV_TYPE
public static swSurfaceTypes_e[] values()
for (swSurfaceTypes_e c : swSurfaceTypes_e.values()) System.out.println(c);
public static swSurfaceTypes_e 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 null