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