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