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