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