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