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