public enum swLineTypes_e extends java.lang.Enum<swLineTypes_e>
Enum Constant and Description |
---|
swLF_CENTER |
swLF_DETAIL |
swLF_DIMENSION |
swLF_HATCH |
swLF_HIDDEN |
swLF_SECTION |
swLF_SKETCH |
swLF_TANGENT |
swLF_VISIBLE |
Modifier and Type | Method and Description |
---|---|
static swLineTypes_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swLineTypes_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swLineTypes_e swLF_VISIBLE
public static final swLineTypes_e swLF_HIDDEN
public static final swLineTypes_e swLF_SKETCH
public static final swLineTypes_e swLF_DETAIL
public static final swLineTypes_e swLF_SECTION
public static final swLineTypes_e swLF_DIMENSION
public static final swLineTypes_e swLF_CENTER
public static final swLineTypes_e swLF_HATCH
public static final swLineTypes_e swLF_TANGENT
public static swLineTypes_e[] values()
for (swLineTypes_e c : swLineTypes_e.values()) System.out.println(c);
public static swLineTypes_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