public enum swSheetMetalModifierError_e extends java.lang.Enum<swSheetMetalModifierError_e>
Modifier and Type | Method and Description |
---|---|
static swSheetMetalModifierError_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swSheetMetalModifierError_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swSheetMetalModifierError_e swSheetMetalModifierError_NoError
public static final swSheetMetalModifierError_e swSheetMetalModifierError_OldArchitecture
public static final swSheetMetalModifierError_e swSheetMetalModifierError_NotEnabledOnTemplate
public static final swSheetMetalModifierError_e swSheetMetalModifierError_InvalidProperty
public static final swSheetMetalModifierError_e swSheetMetalModifierError_UnspecifiedError
public static final swSheetMetalModifierError_e swSheetMetalModifierError_GaugeTablePathNotEmpty
public static swSheetMetalModifierError_e[] values()
for (swSheetMetalModifierError_e c : swSheetMetalModifierError_e.values()) System.out.println(c);
public static swSheetMetalModifierError_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