Uses of Class
org.jboss.jdeparser.FormatPreferences.Wrapping
-
-
Uses of FormatPreferences.Wrapping in org.jboss.jdeparser
Fields in org.jboss.jdeparser with type parameters of type FormatPreferences.Wrapping Modifier and Type Field Description private static java.util.EnumMap<FormatPreferences.Wrapping,FormatPreferences.WrappingMode>
FormatPreferences. DEFAULT_WRAPPING
private java.util.EnumMap<FormatPreferences.Wrapping,FormatPreferences.WrappingMode>
FormatPreferences. wrapping
Methods in org.jboss.jdeparser that return FormatPreferences.Wrapping Modifier and Type Method Description static FormatPreferences.Wrapping
FormatPreferences.Wrapping. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FormatPreferences.Wrapping[]
FormatPreferences.Wrapping. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.jdeparser with parameters of type FormatPreferences.Wrapping Modifier and Type Method Description FormatPreferences.WrappingMode
FormatPreferences. getWrapMode(FormatPreferences.Wrapping wrapping)
Get the wrapping mode for the given wrapping context.FormatPreferences.WrappingMode
FormatPreferences. setWrapMode(FormatPreferences.Wrapping wrapping, FormatPreferences.WrappingMode mode)
Set the wrapping mode for the given wrapping context.
-