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