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