Uses of Interface
net.opengis.ows11.ValuesReferenceType

Packages that use ValuesReferenceType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
 

Uses of ValuesReferenceType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return ValuesReferenceType
 ValuesReferenceType Ows11Factory.createValuesReferenceType()
          Returns a new object of class 'Values Reference Type'.
 ValuesReferenceType DocumentRoot.getValuesReference()
          Returns the value of the 'Values Reference' containment reference.
 ValuesReferenceType UnNamedDomainType.getValuesReference()
          Returns the value of the 'Values Reference' containment reference.
 

Methods in net.opengis.ows11 with parameters of type ValuesReferenceType
 void DocumentRoot.setValuesReference(ValuesReferenceType value)
          Sets the value of the 'Values Reference' containment reference.
 void UnNamedDomainType.setValuesReference(ValuesReferenceType value)
          Sets the value of the 'Values Reference' containment reference.
 

Uses of ValuesReferenceType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement ValuesReferenceType
 class ValuesReferenceTypeImpl
          An implementation of the model object 'Values Reference Type'.
 

Fields in net.opengis.ows11.impl declared as ValuesReferenceType
protected  ValuesReferenceType UnNamedDomainTypeImpl.valuesReference
          The cached value of the 'Values Reference' containment reference.
 

Methods in net.opengis.ows11.impl that return ValuesReferenceType
 ValuesReferenceType Ows11FactoryImpl.createValuesReferenceType()
           
 ValuesReferenceType UnNamedDomainTypeImpl.getValuesReference()
           
 ValuesReferenceType DocumentRootImpl.getValuesReference()
           
 

Methods in net.opengis.ows11.impl with parameters of type ValuesReferenceType
 org.eclipse.emf.common.notify.NotificationChain UnNamedDomainTypeImpl.basicSetValuesReference(ValuesReferenceType newValuesReference, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetValuesReference(ValuesReferenceType newValuesReference, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void UnNamedDomainTypeImpl.setValuesReference(ValuesReferenceType newValuesReference)
           
 void DocumentRootImpl.setValuesReference(ValuesReferenceType newValuesReference)
           
 

Uses of ValuesReferenceType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type ValuesReferenceType
 java.lang.Object Ows11Switch.caseValuesReferenceType(ValuesReferenceType object)
          Returns the result of interpreting the object as an instance of 'Values Reference Type'.
 boolean Ows11Validator.validateValuesReferenceType(ValuesReferenceType valuesReferenceType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of ValuesReferenceType in net.opengis.ows11.validation
 

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



Copyright © 1996-2010 Geotools. All Rights Reserved.