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.ows11Methods in net.opengis.ows11 that return NoValuesType Modifier and Type Method Description NoValuesTypeOws11Factory. createNoValuesType()Returns a new object of class 'No Values Type'.NoValuesTypeDocumentRoot. getNoValues()Returns the value of the 'No Values' containment reference.NoValuesTypeUnNamedDomainType. 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 voidDocumentRoot. setNoValues(NoValuesType value)Sets the value of the 'No Values' containment reference.voidUnNamedDomainType. setNoValues(NoValuesType value)Sets the value of the 'No Values' containment reference.
- 
Uses of NoValuesType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement NoValuesType Modifier and Type Class Description classNoValuesTypeImplAn implementation of the model object 'No Values Type'.Fields in net.opengis.ows11.impl declared as NoValuesType Modifier and Type Field Description protected NoValuesTypeUnNamedDomainTypeImpl. noValuesThe cached value of the 'No Values' containment reference.Methods in net.opengis.ows11.impl that return NoValuesType Modifier and Type Method Description NoValuesTypeOws11FactoryImpl. createNoValuesType()NoValuesTypeDocumentRootImpl. getNoValues()NoValuesTypeUnNamedDomainTypeImpl. getNoValues()Methods in net.opengis.ows11.impl with parameters of type NoValuesType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetNoValues(NoValuesType newNoValues, NotificationChain msgs)NotificationChainUnNamedDomainTypeImpl. basicSetNoValues(NoValuesType newNoValues, NotificationChain msgs)voidDocumentRootImpl. setNoValues(NoValuesType newNoValues)voidUnNamedDomainTypeImpl. setNoValues(NoValuesType newNoValues)
- 
Uses of NoValuesType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type NoValuesType Modifier and Type Method Description ObjectOws11Switch. caseNoValuesType(NoValuesType object)Returns the result of interpreting the object as an instance of 'No Values Type'.booleanOws11Validator. validateNoValuesType(NoValuesType noValuesType, DiagnosticChain diagnostics, Map context)
- 
Uses of NoValuesType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type NoValuesType Modifier and Type Method Description booleanDocumentRootValidator. validateNoValues(NoValuesType value)booleanUnNamedDomainTypeValidator. validateNoValues(NoValuesType value)
 
-