com.supermap.services.protocols.wcs
Class PossibleValues
- java.lang.Object
-
- com.supermap.services.protocols.wcs.PossibleValues
-
public class PossibleValues extends java.lang.ObjectThe possible values for the coverage field.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classPossibleValues.ValueTypeThe type of field value.
-
Field Summary
Fields Modifier and Type Field and Description doublemaxValueField maximum.doubleminValueField minimum.PossibleValues.ValueTypetypeField value type, @ , which identifies the type of the field value.java.util.List<java.lang.String>valuesField value list.
-
Constructor Summary
Constructors Constructor and Description PossibleValues()The Constructor.PossibleValues(PossibleValues possibleValues)The Constructor.
-
-
-
Field Detail
-
values
public java.util.List<java.lang.String> values
Field value list.
-
minValue
public double minValue
Field minimum.
-
maxValue
public double maxValue
Field maximum.
-
type
public PossibleValues.ValueType type
Field value type, @ , which identifies the type of the field value.
-
-
Constructor Detail
-
PossibleValues
public PossibleValues()
The Constructor.
-
PossibleValues
public PossibleValues(PossibleValues possibleValues)
The Constructor.
- Parameters:
possibleValues- Coverage Possible values for object fields.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Determines whether the specified PossibleValues object and the current PossibleValues object are equal.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- The object that is compared with the current PossibleValues object.- Returns:
- Returns true if both objects are equal; false otherwise.
-
hashCode
public int hashCode()
Return hash code.
- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash code.
-
-