Uses of Interface
net.opengis.wfs.OperationsType
- 
Packages that use OperationsType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation 
- 
- 
Uses of OperationsType in net.opengis.wfsMethods in net.opengis.wfs that return OperationsType Modifier and Type Method Description OperationsTypeWfsFactory. createOperationsType()Returns a new object of class 'Operations Type'.OperationsTypeFeatureTypeListType. getOperations()Returns the value of the 'Operations' containment reference.OperationsTypeFeatureTypeType. getOperations()Returns the value of the 'Operations' containment reference.Methods in net.opengis.wfs with parameters of type OperationsType Modifier and Type Method Description voidFeatureTypeListType. setOperations(OperationsType value)Sets the value of the 'Operations' containment reference.voidFeatureTypeType. setOperations(OperationsType value)Sets the value of the 'Operations' containment reference.
- 
Uses of OperationsType in net.opengis.wfs.implClasses in net.opengis.wfs.impl that implement OperationsType Modifier and Type Class Description classOperationsTypeImplAn implementation of the model object 'Operations Type'.Fields in net.opengis.wfs.impl declared as OperationsType Modifier and Type Field Description protected OperationsTypeFeatureTypeListTypeImpl. operationsThe cached value of the 'Operations' containment reference.protected OperationsTypeFeatureTypeTypeImpl. operationsThe cached value of the 'Operations' containment reference.Methods in net.opengis.wfs.impl that return OperationsType Modifier and Type Method Description OperationsTypeWfsFactoryImpl. createOperationsType()OperationsTypeFeatureTypeListTypeImpl. getOperations()OperationsTypeFeatureTypeTypeImpl. getOperations()Methods in net.opengis.wfs.impl with parameters of type OperationsType Modifier and Type Method Description NotificationChainFeatureTypeListTypeImpl. basicSetOperations(OperationsType newOperations, NotificationChain msgs)NotificationChainFeatureTypeTypeImpl. basicSetOperations(OperationsType newOperations, NotificationChain msgs)voidFeatureTypeListTypeImpl. setOperations(OperationsType newOperations)voidFeatureTypeTypeImpl. setOperations(OperationsType newOperations)
- 
Uses of OperationsType in net.opengis.wfs.validationMethods in net.opengis.wfs.validation with parameters of type OperationsType Modifier and Type Method Description booleanFeatureTypeListTypeValidator. validateOperations(OperationsType value)booleanFeatureTypeTypeValidator. validateOperations(OperationsType value)
 
-