Uses of Enum
org.jboss.jdeparser.FormatPreferences.Wrapping
-
Uses of FormatPreferences.Wrapping in org.jboss.jdeparser
Fields in org.jboss.jdeparser with type parameters of type FormatPreferences.WrappingModifier and TypeFieldDescriptionprivate static final EnumMap<FormatPreferences.Wrapping, FormatPreferences.WrappingMode> FormatPreferences.DEFAULT_WRAPPINGprivate final EnumMap<FormatPreferences.Wrapping, FormatPreferences.WrappingMode> FormatPreferences.wrappingMethods in org.jboss.jdeparser that return FormatPreferences.WrappingModifier and TypeMethodDescriptionstatic FormatPreferences.WrappingReturns 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.WrappingModifier and TypeMethodDescriptionFormatPreferences.getWrapMode(FormatPreferences.Wrapping wrapping) Get the wrapping mode for the given wrapping context.FormatPreferences.setWrapMode(FormatPreferences.Wrapping wrapping, FormatPreferences.WrappingMode mode) Set the wrapping mode for the given wrapping context.