Uses of Enum
org.jboss.jdeparser.FormatPreferences.WrappingMode
-
Uses of FormatPreferences.WrappingMode in org.jboss.jdeparser
Subclasses with type arguments of type FormatPreferences.WrappingMode in org.jboss.jdeparserFields in org.jboss.jdeparser with type parameters of type FormatPreferences.WrappingModeModifier 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.WrappingModeModifier 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.Returns the enum constant of this type with the specified name.static FormatPreferences.WrappingMode[]FormatPreferences.WrappingMode.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.WrappingModeModifier and TypeMethodDescriptionFormatPreferences.setWrapMode(FormatPreferences.Wrapping wrapping, FormatPreferences.WrappingMode mode) Set the wrapping mode for the given wrapping context.