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