public enum swRefGeometryError_e extends java.lang.Enum<swRefGeometryError_e>
Enum Constant and Description |
---|
swEdgeNotFound |
swInvalidEdgeSelection |
swNonlinearEdgeSelection |
swValidEdge |
Modifier and Type | Method and Description |
---|---|
static swRefGeometryError_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swRefGeometryError_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swRefGeometryError_e swEdgeNotFound
public static final swRefGeometryError_e swValidEdge
public static final swRefGeometryError_e swNonlinearEdgeSelection
public static final swRefGeometryError_e swInvalidEdgeSelection
public static swRefGeometryError_e[] values()
for (swRefGeometryError_e c : swRefGeometryError_e.values()) System.out.println(c);
public static swRefGeometryError_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