Interface PropertyDefaultValues


public interface PropertyDefaultValues
  • Method Summary

    Modifier and Type
    Method
    Description
    Used to return collection of default values to be set for property
    boolean
    isValid(Property property)
    Check if property needs to have multiple default values
  • Method Details

    • isValid

      boolean isValid(Property property)
      Check if property needs to have multiple default values
      Parameters:
      property - to check
      Returns:
      true if property is valid for multiple default values
    • getDefaultValues

      Collection<?> getDefaultValues(Property property)
      Used to return collection of default values to be set for property
      Parameters:
      property - to set default values for
      Returns:
      collection of default values to be set for property