public class PossibleValues
extends java.lang.Object
The possible values for the coverage field.
| Modifier and Type | Class and Description | 
|---|---|
| static class  | PossibleValues.ValueTypeThe type of field value. | 
| Modifier and Type | Field and Description | 
|---|---|
| double | maxValueField maximum. | 
| double | minValueField minimum. | 
| PossibleValues.ValueType | typeField value type, @ , which identifies the type of the field value. | 
| java.util.List<java.lang.String> | valuesField 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.Objectobj - The object that is compared with the current PossibleValues object.public int hashCode()
Return hash code.
hashCode in class java.lang.Object