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