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