public static enum Publish.InspectionType extends Enum<Publish.InspectionType>
| Enum Constant and Description |
|---|
BubbleGage |
CrestStageGage |
FieldMeter |
MaximumMinimumGage |
Other |
Unknown |
WaterQuality |
WireWeightGage |
| Modifier and Type | Method and Description |
|---|---|
static Publish.InspectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Publish.InspectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Publish.InspectionType Unknown
public static final Publish.InspectionType BubbleGage
public static final Publish.InspectionType CrestStageGage
public static final Publish.InspectionType WireWeightGage
public static final Publish.InspectionType MaximumMinimumGage
public static final Publish.InspectionType WaterQuality
public static final Publish.InspectionType FieldMeter
public static final Publish.InspectionType Other
public static Publish.InspectionType[] values()
for (Publish.InspectionType c : Publish.InspectionType.values()) System.out.println(c);
public static Publish.InspectionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.