|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PossibleValues | |
---|---|
org.deegree.protocol.ows.metadata.domain |
Uses of PossibleValues in org.deegree.protocol.ows.metadata.domain |
---|
Classes in org.deegree.protocol.ows.metadata.domain that implement PossibleValues | |
---|---|
class |
AllowedValues
PossibleValues that are defined by a list of all valid values and/or ranges of values. |
class |
AnyValue
PossibleValues that allow any value. |
class |
NoValues
PossibleValues that doesn't allow any value. |
class |
ValuesReference
PossibleValues that are defined by a reference to an externally specified list of all the valid values and/or
ranges of values. |
Methods in org.deegree.protocol.ows.metadata.domain that return PossibleValues | |
---|---|
PossibleValues |
Domain.getPossibleValues()
Returns the possible values. |
Methods in org.deegree.protocol.ows.metadata.domain with parameters of type PossibleValues | |
---|---|
void |
Domain.setPossibleValues(PossibleValues possibleValues)
|
Constructors in org.deegree.protocol.ows.metadata.domain with parameters of type PossibleValues | |
---|---|
Domain(String name,
PossibleValues possibleValues,
String defaultValue,
StringOrRef meaning,
StringOrRef dataType,
StringOrRef valuesUnitUom,
StringOrRef valuesUnitRefSys,
List<org.apache.axiom.om.OMElement> metadata)
Creates a new Domain instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |