Class ModulePropertyDetails

java.lang.Object
com.puppycrawl.tools.checkstyle.meta.ModulePropertyDetails

public final class ModulePropertyDetails extends Object
Simple POJO class module's property details.
  • Constructor Details

    • ModulePropertyDetails

      public ModulePropertyDetails()
  • Method Details

    • getName

      public String getName()
      Get name of property.
      Returns:
      name of property
    • setName

      public void setName(String name)
      Set name of property.
      Parameters:
      name - name of property
    • getType

      public String getType()
      Get type of property.
      Returns:
      property type
    • setType

      public void setType(String type)
      Set property type.
      Parameters:
      type - property type
    • getDefaultValue

      public String getDefaultValue()
      Get default value of property.
      Returns:
      default value of property
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
      Set default value of property.
      Parameters:
      defaultValue - default value of property
    • getValidationType

      public String getValidationType()
      Get validation type of property.
      Returns:
      validation type of property
    • setValidationType

      public void setValidationType(String validationType)
      Set validation type of property.
      Parameters:
      validationType - validation type of property
    • getDescription

      public String getDescription()
      Get description of property.
      Returns:
      property description
    • setDescription

      public void setDescription(String description)
      Set description of property.
      Parameters:
      description - property description