Uses of Enum
jadx.api.plugins.options.OptionType
Packages that use OptionType
-
Uses of OptionType in jadx.api.plugins.options
Methods in jadx.api.plugins.options that return OptionTypeModifier and TypeMethodDescriptiondefault OptionTypeOptionDescription.getType()static OptionTypeReturns the enum constant of this type with the specified name.static OptionType[]OptionType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OptionType in jadx.api.plugins.options.impl
Fields in jadx.api.plugins.options.impl declared as OptionTypeModifier and TypeFieldDescriptionprivate OptionTypeBasePluginOptionsBuilder.OptionData.typeprivate final OptionTypeJadxOptionDescription.typeMethods in jadx.api.plugins.options.impl that return OptionTypeModifier and TypeMethodDescriptionBasePluginOptionsBuilder.OptionData.getType()JadxOptionDescription.getType()Methods in jadx.api.plugins.options.impl with parameters of type OptionTypeModifier and TypeMethodDescriptionBasePluginOptionsBuilder.OptionData.type(OptionType optionType) OptionBuilder.type(OptionType optionType) Constructors in jadx.api.plugins.options.impl with parameters of type OptionTypeModifierConstructorDescriptionJadxOptionDescription(String name, String desc, @Nullable String defaultValue, List<String> values, OptionType type)