Uses of Enum Class
com.puppycrawl.tools.checkstyle.PropertyType
Packages that use PropertyType
Package
Description
Contains the implementation of the Checkstyle framework.
-
Uses of PropertyType in com.puppycrawl.tools.checkstyle
Subclasses with type arguments of type PropertyType in com.puppycrawl.tools.checkstyleModifier and TypeClassDescriptionenumRepresents the custom property type used in documentation and configuration files.Methods in com.puppycrawl.tools.checkstyle that return PropertyTypeModifier and TypeMethodDescriptionstatic PropertyTypeReturns the enum constant of this class with the specified name.static PropertyType[]PropertyType.values()Returns an array containing the constants of this enum class, in the order they are declared.