Uses of Interface
net.opengis.ows11.AbstractReferenceBaseType

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

Uses of AbstractReferenceBaseType in net.opengis.ows11
 

Subinterfaces of AbstractReferenceBaseType in net.opengis.ows11
 interface ReferenceType
          A representation of the model object 'Reference Type'.
 interface ServiceReferenceType
          A representation of the model object 'Service Reference Type'.
 

Methods in net.opengis.ows11 that return AbstractReferenceBaseType
 AbstractReferenceBaseType Ows11Factory.createAbstractReferenceBaseType()
          Returns a new object of class 'Abstract Reference Base Type'.
 AbstractReferenceBaseType DocumentRoot.getAbstractReferenceBase()
          Returns the value of the 'Abstract Reference Base' containment reference.
 

Uses of AbstractReferenceBaseType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement AbstractReferenceBaseType
 class AbstractReferenceBaseTypeImpl
          An implementation of the model object 'Abstract Reference Base Type'.
 class ReferenceTypeImpl
          An implementation of the model object 'Reference Type'.
 class ServiceReferenceTypeImpl
          An implementation of the model object 'Service Reference Type'.
 

Methods in net.opengis.ows11.impl that return AbstractReferenceBaseType
 AbstractReferenceBaseType Ows11FactoryImpl.createAbstractReferenceBaseType()
           
 AbstractReferenceBaseType DocumentRootImpl.getAbstractReferenceBase()
           
 

Methods in net.opengis.ows11.impl with parameters of type AbstractReferenceBaseType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAbstractReferenceBase(AbstractReferenceBaseType newAbstractReferenceBase, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 

Uses of AbstractReferenceBaseType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type AbstractReferenceBaseType
 java.lang.Object Ows11Switch.caseAbstractReferenceBaseType(AbstractReferenceBaseType object)
          Returns the result of interpreting the object as an instance of 'Abstract Reference Base Type'.
 boolean Ows11Validator.validateAbstractReferenceBaseType(AbstractReferenceBaseType abstractReferenceBaseType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of AbstractReferenceBaseType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type AbstractReferenceBaseType
 boolean DocumentRootValidator.validateAbstractReferenceBase(AbstractReferenceBaseType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.