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