Uses of Enum
org.jboss.jdeparser.FormatPreferences.Opt
-
Uses of FormatPreferences.Opt in org.jboss.jdeparser
Subclasses with type arguments of type FormatPreferences.Opt in org.jboss.jdeparserMethods in org.jboss.jdeparser that return FormatPreferences.OptModifier and TypeMethodDescriptionstatic FormatPreferences.OptReturns the enum constant of this type with the specified name.static FormatPreferences.Opt[]FormatPreferences.Opt.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.OptModifier and TypeMethodDescriptionvoidFormatPreferences.addOption(FormatPreferences.Opt... opts) Add option flags to these preferences.booleanFormatPreferences.hasOption(FormatPreferences.Opt opt) Determine whether the given option flag is set on these preferences.voidFormatPreferences.removeOption(FormatPreferences.Opt... opts) Remove option flags from these preferences.