|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.ows.metadata.domain.AllowedValues
public class AllowedValues
PossibleValues that are defined by a list of all valid values and/or ranges of values.
Data model has been designed to capture the expressiveness of all OWS specifications and versions and was verified against the following specifications:
From OWS Common 2.0: List of all the valid values and/or ranges of values for this quantity. For numeric quantities, signed values should be ordered from negative infinity to positive infinity.
| Constructor Summary | |
|---|---|
AllowedValues(List<Values> values)
Creates a new AllowedValues instance. |
|
| Method Summary | |
|---|---|
List<Values> |
getValues()
Returns the list of all valid values and/or ranges of values for this quantity. |
void |
setValues(List<Values> values)
Sets the list of all valid values and/or ranges of values for this quantity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AllowedValues(List<Values> values)
AllowedValues instance.
values - list of all valid values and/or ranges of values for this quantity, may be null| Method Detail |
|---|
public List<Values> getValues()
From OWS Common 2.0: List of all the valid values and/or ranges of values for this quantity. For numeric quantities, signed values should be ordered from negative infinity to positive infinity.
nullpublic void setValues(List<Values> values)
values - list of all valid values and/or ranges of values for this quantity, may be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||