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