public class DefaultConfiguration<T> extends Object implements Serializable
Constructor and Description |
---|
DefaultConfiguration()
Creates an empty DefaultParameter object.
|
DefaultConfiguration(Integer instances,
Collection<T> values)
Creates a DefaultParameter with the given name and the given values.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getInstances() |
Collection<T> |
getValues() |
int |
hashCode() |
void |
setInstances(Integer instances) |
void |
setValues(Collection<T> values) |
String |
toString() |
protected Integer instances
public DefaultConfiguration()
public DefaultConfiguration(Integer instances, Collection<T> values)
instances
- the name of the parametervalues
- a Collection of Object
public Integer getInstances()
public void setInstances(Integer instances)
public Collection<T> getValues()
public void setValues(Collection<T> values)
Copyright © 2021 Denodo Technologies. All rights reserved.