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