Uses of Interface
net.opengis.ows20.NoValuesType
-
Packages that use NoValuesType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of NoValuesType in net.opengis.ows20
Methods in net.opengis.ows20 that return NoValuesType Modifier and Type Method Description NoValuesTypeOws20Factory. 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.ows20 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.ows20.impl
Classes in net.opengis.ows20.impl that implement NoValuesType Modifier and Type Class Description classNoValuesTypeImplAn implementation of the model object 'No Values Type'.Fields in net.opengis.ows20.impl declared as NoValuesType Modifier and Type Field Description protected NoValuesTypeUnNamedDomainTypeImpl. noValuesThe cached value of the 'No Values' containment reference.Methods in net.opengis.ows20.impl that return NoValuesType Modifier and Type Method Description NoValuesTypeOws20FactoryImpl. createNoValuesType()NoValuesTypeDocumentRootImpl. getNoValues()NoValuesTypeUnNamedDomainTypeImpl. getNoValues()Methods in net.opengis.ows20.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.ows20.util
Methods in net.opengis.ows20.util with parameters of type NoValuesType Modifier and Type Method Description TOws20Switch. caseNoValuesType(NoValuesType object)Returns the result of interpreting the object as an instance of 'No Values Type'.booleanOws20Validator. validateNoValuesType(NoValuesType noValuesType, DiagnosticChain diagnostics, Map<Object,Object> context) -
Uses of NoValuesType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type NoValuesType Modifier and Type Method Description booleanDocumentRootValidator. validateNoValues(NoValuesType value)booleanUnNamedDomainTypeValidator. validateNoValues(NoValuesType value)
-