Package com.denodo.configuration
Class DefaultConfiguration<T>
java.lang.Object
com.denodo.configuration.DefaultConfiguration<T>
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty DefaultParameter object.DefaultConfiguration(Integer instances, Collection<T> values) Creates a DefaultParameter with the given name and the given values. -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetInstances(Integer instances) voidsetValues(Collection<T> values) toString()
-
Field Details
-
instances
-
-
Constructor Details
-
DefaultConfiguration
public DefaultConfiguration()Creates an empty DefaultParameter object. -
DefaultConfiguration
Creates a DefaultParameter with the given name and the given values.- Parameters:
instances- the name of the parametervalues- a Collection ofObject
-
-
Method Details