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