public static enum DumperOptions.FlowStyle extends Enum<DumperOptions.FlowStyle>
| Modifier and Type | Method and Description | 
|---|---|
| static DumperOptions.FlowStyle | fromBoolean(Boolean flowStyle)Deprecated.  | 
| Boolean | getStyleBoolean() | 
| String | toString() | 
| static DumperOptions.FlowStyle | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DumperOptions.FlowStyle[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DumperOptions.FlowStyle FLOW
public static final DumperOptions.FlowStyle BLOCK
public static final DumperOptions.FlowStyle AUTO
public static DumperOptions.FlowStyle[] values()
for (DumperOptions.FlowStyle c : DumperOptions.FlowStyle.values()) System.out.println(c);
public static DumperOptions.FlowStyle 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 null@Deprecated public static DumperOptions.FlowStyle fromBoolean(Boolean flowStyle)
public Boolean getStyleBoolean()
public String toString()
toString in class Enum<DumperOptions.FlowStyle>Copyright © 2008–2021. All rights reserved.