Uses of Enum Class
ch.so.agi.hop.doclint.model.PluginType
Packages that use PluginType
-
Uses of PluginType in ch.so.agi.hop.doclint.model
Methods in ch.so.agi.hop.doclint.model that return PluginTypeModifier and TypeMethodDescriptionPluginElement.type()static PluginTypeReturns the enum constant of this class with the specified name.static PluginType[]PluginType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.so.agi.hop.doclint.model that return types with arguments of type PluginTypeModifier and TypeMethodDescriptionstatic List<PluginType> PluginType.scanned()Types that are currently discovered on the compiled classes.Constructors in ch.so.agi.hop.doclint.model with parameters of type PluginTypeModifierConstructorDescriptionPluginElement(PluginType type, String rawId, String className, Map<String, Object> attributes)