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