public class PossibleValues
extends java.lang.Object
The possible values for the coverage field.
Modifier and Type | Class and Description |
---|---|
static class |
PossibleValues.ValueType
The type of field value.
|
Modifier and Type | Field and Description |
---|---|
double |
maxValue
Field maximum.
|
double |
minValue
Field minimum.
|
PossibleValues.ValueType |
type
Field value type, @ , which identifies the type of the field value.
|
java.util.List<java.lang.String> |
values
Field value list.
|
Constructor and Description |
---|
PossibleValues()
The Constructor.
|
PossibleValues(PossibleValues possibleValues)
The Constructor.
|
public java.util.List<java.lang.String> values
public double minValue
public double maxValue
public PossibleValues.ValueType type
public PossibleValues()
The Constructor.
public PossibleValues(PossibleValues possibleValues)
The Constructor.
possibleValues
- Coverage Possible values for object fields.public boolean equals(java.lang.Object obj)
Determines whether the specified PossibleValues object and the current PossibleValues object are equal.
equals
in class java.lang.Object
obj
- The object that is compared with the current PossibleValues object.public int hashCode()
Return hash code.
hashCode
in class java.lang.Object