Uses of Enum Class
com.puppycrawl.tools.checkstyle.site.PropertyDetails.TokenPropertyType
Packages that use PropertyDetails.TokenPropertyType
Package
Description
Contains classes for generating the Checkstyle website.
-
Uses of PropertyDetails.TokenPropertyType in com.puppycrawl.tools.checkstyle.site
Fields in com.puppycrawl.tools.checkstyle.site declared as PropertyDetails.TokenPropertyTypeModifier and TypeFieldDescriptionPropertyDetails.Builder.buildTokenPropertyTypeThe token property type; defaults to STANDARD.private final PropertyDetails.TokenPropertyTypePropertyDetails.tokenPropertyTypeDetermines how the type cell is rendered byPropertiesMacro.Methods in com.puppycrawl.tools.checkstyle.site that return PropertyDetails.TokenPropertyTypeModifier and TypeMethodDescriptionPropertyDetails.getTokenPropertyType()Returns the rendering strategy for the type and default-value cells.Returns the enum constant of this class with the specified name.static PropertyDetails.TokenPropertyType[]PropertyDetails.TokenPropertyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.puppycrawl.tools.checkstyle.site with parameters of type PropertyDetails.TokenPropertyTypeModifier and TypeMethodDescriptionPropertyDetails.Builder.tokenPropertyType(PropertyDetails.TokenPropertyType val) Sets the token property type.