public final class IntegerValuesSettings extends AbstractSettings
IntegerValuesSettings
describes which cache policies to be used in tests.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Constructor and Description |
---|
IntegerValuesSettings(java.lang.String name,
java.math.BigInteger min,
java.math.BigInteger max) |
Modifier and Type | Method and Description |
---|---|
void |
add(AbstractSettings section)
Default implementation (to be overridden in subclasses).
|
java.util.Collection<AbstractSettings> |
get(java.lang.String tag)
Default implementation (to be overridden in subclasses).
|
java.util.Set<java.math.BigInteger> |
getExcludeValues() |
java.util.Set<java.math.BigInteger> |
getIncludeValues() |
java.math.BigInteger |
getMax() |
java.math.BigInteger |
getMin() |
java.lang.String |
getName()
Returns the name of the settings (to be overridden in subclasses).
|
java.util.Set<java.math.BigInteger> |
getPossibleValues() |
java.util.Set<java.math.BigInteger> |
getValues() |
java.lang.String |
toString() |
getSingle, getSingle, getTag
public IntegerValuesSettings(java.lang.String name, java.math.BigInteger min, java.math.BigInteger max)
public java.lang.String getName()
AbstractSettings
getName
in class AbstractSettings
public java.math.BigInteger getMin()
public java.math.BigInteger getMax()
public java.util.Set<java.math.BigInteger> getPossibleValues()
public java.util.Set<java.math.BigInteger> getIncludeValues()
public java.util.Set<java.math.BigInteger> getExcludeValues()
public java.util.Set<java.math.BigInteger> getValues()
public java.util.Collection<AbstractSettings> get(java.lang.String tag)
AbstractSettings
get
in class AbstractSettings
tag
- the tag of the sections to be returned.public void add(AbstractSettings section)
AbstractSettings
add
in class AbstractSettings
section
- the settings's section to be added.public java.lang.String toString()
toString
in class AbstractSettings