Interface ConfigurationProperty

All Known Implementing Classes:
DefaultConfigurationProperty

public interface ConfigurationProperty
A named configuration (property, values) pair.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the property.
    The values for the permutation currently being considered.
  • Method Details

    • getName

      String getName()
      The name of the property.
      Returns:
      the property name as a String.
    • getValues

      List<String> getValues()
      The values for the permutation currently being considered.
      Returns:
      the property values as a List of Strings.