public static enum Publish.MeterType extends Enum<Publish.MeterType>
| Enum Constant and Description |
|---|
Adcp |
Adv |
ElectromagneticVelocityMeter |
Estimated |
HorizontalShaft |
IceVaneMeter |
Nwis48TransferredVelocity |
OpticalCurrent |
PolymerCupAaMeter |
PolymerCupPygmyMeter |
PriceAa |
Pygmy |
Radar |
SidewaysLookingAdvm |
TimeOfTravel |
UltrasonicMeter |
Unknown |
Unspecified |
UpwardLookingAdvm |
| Modifier and Type | Method and Description |
|---|---|
static Publish.MeterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Publish.MeterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Publish.MeterType Unknown
public static final Publish.MeterType Unspecified
public static final Publish.MeterType SidewaysLookingAdvm
public static final Publish.MeterType UpwardLookingAdvm
public static final Publish.MeterType Estimated
public static final Publish.MeterType Adcp
public static final Publish.MeterType Adv
public static final Publish.MeterType ElectromagneticVelocityMeter
public static final Publish.MeterType IceVaneMeter
public static final Publish.MeterType PolymerCupAaMeter
public static final Publish.MeterType PolymerCupPygmyMeter
public static final Publish.MeterType OpticalCurrent
public static final Publish.MeterType HorizontalShaft
public static final Publish.MeterType PriceAa
public static final Publish.MeterType Pygmy
public static final Publish.MeterType Radar
public static final Publish.MeterType TimeOfTravel
public static final Publish.MeterType Nwis48TransferredVelocity
public static final Publish.MeterType UltrasonicMeter
public static Publish.MeterType[] values()
for (Publish.MeterType c : Publish.MeterType.values()) System.out.println(c);
public static Publish.MeterType 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.