Class DefaultConfiguration<T>

java.lang.Object
com.denodo.configuration.DefaultConfiguration<T>
All Implemented Interfaces:
Serializable

public class DefaultConfiguration<T> extends Object implements Serializable
See Also:
  • Field Details

    • instances

      protected Integer instances
  • Constructor Details

    • DefaultConfiguration

      public DefaultConfiguration()
      Creates an empty DefaultParameter object.
    • DefaultConfiguration

      public DefaultConfiguration(Integer instances, Collection<T> values)
      Creates a DefaultParameter with the given name and the given values.
      Parameters:
      instances - the name of the parameter
      values - a Collection of Object
  • Method Details