Uses of Interface
net.opengis.ows11.AllowedValuesType

Packages that use AllowedValuesType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
net.opengis.wps10   
net.opengis.wps10.impl   
 

Uses of AllowedValuesType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return AllowedValuesType
 AllowedValuesType Ows11Factory.createAllowedValuesType()
          Returns a new object of class 'Allowed Values Type'.
 AllowedValuesType DocumentRoot.getAllowedValues()
          Returns the value of the 'Allowed Values' containment reference.
 AllowedValuesType UnNamedDomainType.getAllowedValues()
          Returns the value of the 'Allowed Values' containment reference.
 

Methods in net.opengis.ows11 with parameters of type AllowedValuesType
 void DocumentRoot.setAllowedValues(AllowedValuesType value)
          Sets the value of the 'Allowed Values' containment reference.
 void UnNamedDomainType.setAllowedValues(AllowedValuesType value)
          Sets the value of the 'Allowed Values' containment reference.
 

Uses of AllowedValuesType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement AllowedValuesType
 class AllowedValuesTypeImpl
          An implementation of the model object 'Allowed Values Type'.
 

Fields in net.opengis.ows11.impl declared as AllowedValuesType
protected  AllowedValuesType UnNamedDomainTypeImpl.allowedValues
          The cached value of the 'Allowed Values' containment reference.
 

Methods in net.opengis.ows11.impl that return AllowedValuesType
 AllowedValuesType Ows11FactoryImpl.createAllowedValuesType()
           
 AllowedValuesType UnNamedDomainTypeImpl.getAllowedValues()
           
 AllowedValuesType DocumentRootImpl.getAllowedValues()
           
 

Methods in net.opengis.ows11.impl with parameters of type AllowedValuesType
 org.eclipse.emf.common.notify.NotificationChain UnNamedDomainTypeImpl.basicSetAllowedValues(AllowedValuesType newAllowedValues, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAllowedValues(AllowedValuesType newAllowedValues, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void UnNamedDomainTypeImpl.setAllowedValues(AllowedValuesType newAllowedValues)
           
 void DocumentRootImpl.setAllowedValues(AllowedValuesType newAllowedValues)
           
 

Uses of AllowedValuesType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type AllowedValuesType
 java.lang.Object Ows11Switch.caseAllowedValuesType(AllowedValuesType object)
          Returns the result of interpreting the object as an instance of 'Allowed Values Type'.
 boolean Ows11Validator.validateAllowedValuesType(AllowedValuesType allowedValuesType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of AllowedValuesType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type AllowedValuesType
 boolean DocumentRootValidator.validateAllowedValues(AllowedValuesType value)
           
 boolean UnNamedDomainTypeValidator.validateAllowedValues(AllowedValuesType value)
           
 

Uses of AllowedValuesType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return AllowedValuesType
 AllowedValuesType LiteralInputType.getAllowedValues()
          Returns the value of the 'Allowed Values' containment reference.
 

Methods in net.opengis.wps10 with parameters of type AllowedValuesType
 void LiteralInputType.setAllowedValues(AllowedValuesType value)
          Sets the value of the 'Allowed Values' containment reference.
 

Uses of AllowedValuesType in net.opengis.wps10.impl
 

Fields in net.opengis.wps10.impl declared as AllowedValuesType
protected  AllowedValuesType LiteralInputTypeImpl.allowedValues
          The cached value of the 'Allowed Values' containment reference.
 

Methods in net.opengis.wps10.impl that return AllowedValuesType
 AllowedValuesType LiteralInputTypeImpl.getAllowedValues()
           
 

Methods in net.opengis.wps10.impl with parameters of type AllowedValuesType
 org.eclipse.emf.common.notify.NotificationChain LiteralInputTypeImpl.basicSetAllowedValues(AllowedValuesType newAllowedValues, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LiteralInputTypeImpl.setAllowedValues(AllowedValuesType newAllowedValues)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.