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