Uses of Interface
net.opengis.ows11.NoValuesType
-
Packages that use NoValuesType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation -
-
Uses of NoValuesType in net.opengis.ows11
Methods in net.opengis.ows11 that return NoValuesType Modifier and Type Method Description NoValuesType
Ows11Factory. createNoValuesType()
Returns a new object of class 'No Values Type'.NoValuesType
DocumentRoot. getNoValues()
Returns the value of the 'No Values' containment reference.NoValuesType
UnNamedDomainType. getNoValues()
Returns the value of the 'No Values' containment reference.Methods in net.opengis.ows11 with parameters of type NoValuesType Modifier and Type Method Description void
DocumentRoot. setNoValues(NoValuesType value)
Sets the value of the 'No Values
' containment reference.void
UnNamedDomainType. setNoValues(NoValuesType value)
Sets the value of the 'No Values
' containment reference. -
Uses of NoValuesType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement NoValuesType Modifier and Type Class Description class
NoValuesTypeImpl
An implementation of the model object 'No Values Type'.Fields in net.opengis.ows11.impl declared as NoValuesType Modifier and Type Field Description protected NoValuesType
UnNamedDomainTypeImpl. noValues
The cached value of the 'No Values
' containment reference.Methods in net.opengis.ows11.impl that return NoValuesType Modifier and Type Method Description NoValuesType
Ows11FactoryImpl. createNoValuesType()
NoValuesType
DocumentRootImpl. getNoValues()
NoValuesType
UnNamedDomainTypeImpl. getNoValues()
Methods in net.opengis.ows11.impl with parameters of type NoValuesType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetNoValues(NoValuesType newNoValues, NotificationChain msgs)
NotificationChain
UnNamedDomainTypeImpl. basicSetNoValues(NoValuesType newNoValues, NotificationChain msgs)
void
DocumentRootImpl. setNoValues(NoValuesType newNoValues)
void
UnNamedDomainTypeImpl. setNoValues(NoValuesType newNoValues)
-
Uses of NoValuesType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type NoValuesType Modifier and Type Method Description Object
Ows11Switch. caseNoValuesType(NoValuesType object)
Returns the result of interpreting the object as an instance of 'No Values Type'.boolean
Ows11Validator. validateNoValuesType(NoValuesType noValuesType, DiagnosticChain diagnostics, Map context)
-
Uses of NoValuesType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type NoValuesType Modifier and Type Method Description boolean
DocumentRootValidator. validateNoValues(NoValuesType value)
boolean
UnNamedDomainTypeValidator. validateNoValues(NoValuesType value)
-