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