Uses of Class
com.puppycrawl.tools.checkstyle.PropertyType
-
Packages that use PropertyType Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework. -
-
Uses of PropertyType in com.puppycrawl.tools.checkstyle
Methods in com.puppycrawl.tools.checkstyle that return PropertyType Modifier and Type Method Description PropertyType
value()
Returns the property type for documentation.static PropertyType
PropertyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropertyType[]
PropertyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-