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