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