Uses of Interface
org.n52.shetland.ogc.ows.OwsPossibleValues
-
Packages that use OwsPossibleValues Package Description org.n52.shetland.ogc.ows org.n52.shetland.ogc.wps.description org.n52.shetland.ogc.wps.description.impl -
-
Uses of OwsPossibleValues in org.n52.shetland.ogc.ows
Classes in org.n52.shetland.ogc.ows that implement OwsPossibleValues Modifier and Type Class Description classOwsAllowedValuesTODO JavaDocclassOwsAnyValueTODO JavaDocclassOwsNoValuesSpecifies that no values are allowed for this parameter or quantity.classOwsValuesReferenceReference to externally specified list of all the valid values and/or ranges of values for this quantity.Methods in org.n52.shetland.ogc.ows that return OwsPossibleValues Modifier and Type Method Description OwsPossibleValuesOwsUnNamedDomain. getPossibleValues()Methods in org.n52.shetland.ogc.ows with parameters of type OwsPossibleValues Modifier and Type Method Description voidOwsUnNamedDomain. setPossibleValues(OwsPossibleValues possibleValues)Constructors in org.n52.shetland.ogc.ows with parameters of type OwsPossibleValues Constructor Description OwsDomain(Enum<?> name, OwsPossibleValues possibleValues)OwsDomain(Enum<?> name, OwsPossibleValues possibleValues, OwsValue defaultValue)OwsDomain(Enum<?> name, OwsPossibleValues possibleValues, OwsValue defaultValue, OwsDomainMetadata meaning, OwsDomainMetadata dataType, OwsValuesUnit valuesUnit, Collection<OwsMetadata> metadata)OwsDomain(String name, OwsPossibleValues possibleValues)OwsDomain(String name, OwsPossibleValues possibleValues, OwsValue defaultValue)OwsDomain(String name, OwsPossibleValues possibleValues, OwsValue defaultValue, OwsDomainMetadata meaning, OwsDomainMetadata dataType, OwsValuesUnit valuesUnit, Collection<OwsMetadata> metadata)OwsUnNamedDomain(OwsPossibleValues possibleValues, OwsValue defaultValue, OwsDomainMetadata meaning, OwsDomainMetadata dataType, OwsValuesUnit valuesUnit, Collection<OwsMetadata> metadata) -
Uses of OwsPossibleValues in org.n52.shetland.ogc.wps.description
Methods in org.n52.shetland.ogc.wps.description that return OwsPossibleValues Modifier and Type Method Description OwsPossibleValuesLiteralDataDomain. getPossibleValues()Methods in org.n52.shetland.ogc.wps.description with parameters of type OwsPossibleValues Modifier and Type Method Description BLiteralDataDomain.Builder. withValueDescription(OwsPossibleValues allowedValues) -
Uses of OwsPossibleValues in org.n52.shetland.ogc.wps.description.impl
Methods in org.n52.shetland.ogc.wps.description.impl that return OwsPossibleValues Modifier and Type Method Description (package private) OwsPossibleValuesLiteralDataDomainImpl.AbstractBuilder. getPossibleValues()OwsPossibleValuesLiteralDataDomainImpl. getPossibleValues()Methods in org.n52.shetland.ogc.wps.description.impl with parameters of type OwsPossibleValues Modifier and Type Method Description BLiteralDataDomainImpl.AbstractBuilder. withValueDescription(OwsPossibleValues possibleValues)
-