Uses of Interface
net.opengis.wfs.OperationsType

Packages that use OperationsType
net.opengis.wfs   
net.opengis.wfs.impl   
 

Uses of OperationsType in net.opengis.wfs
 

Methods in net.opengis.wfs that return OperationsType
 OperationsType WfsFactory.createOperationsType()
          Returns a new object of class 'Operations Type'.
 OperationsType FeatureTypeListType.getOperations()
          Returns the value of the 'Operations' containment reference.
 OperationsType FeatureTypeType.getOperations()
          Returns the value of the 'Operations' containment reference.
 

Methods in net.opengis.wfs with parameters of type OperationsType
 void FeatureTypeListType.setOperations(OperationsType value)
          Sets the value of the 'Operations' containment reference.
 void FeatureTypeType.setOperations(OperationsType value)
          Sets the value of the 'Operations' containment reference.
 

Uses of OperationsType in net.opengis.wfs.impl
 

Classes in net.opengis.wfs.impl that implement OperationsType
 class OperationsTypeImpl
          An implementation of the model object 'Operations Type'.
 

Fields in net.opengis.wfs.impl declared as OperationsType
protected  OperationsType FeatureTypeListTypeImpl.operations
          The cached value of the 'Operations' containment reference.
protected  OperationsType FeatureTypeTypeImpl.operations
          The cached value of the 'Operations' containment reference.
 

Methods in net.opengis.wfs.impl that return OperationsType
 OperationsType WfsFactoryImpl.createOperationsType()
           
 OperationsType FeatureTypeListTypeImpl.getOperations()
           
 OperationsType FeatureTypeTypeImpl.getOperations()
           
 

Methods in net.opengis.wfs.impl with parameters of type OperationsType
 org.eclipse.emf.common.notify.NotificationChain FeatureTypeListTypeImpl.basicSetOperations(OperationsType newOperations, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain FeatureTypeTypeImpl.basicSetOperations(OperationsType newOperations, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FeatureTypeListTypeImpl.setOperations(OperationsType newOperations)
           
 void FeatureTypeTypeImpl.setOperations(OperationsType newOperations)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.