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