Uses of Interface
net.opengis.wfs.OperationsType
Packages that use OperationsType
-
Uses of OperationsType in net.opengis.wfs
Methods in net.opengis.wfs that return OperationsTypeModifier and TypeMethodDescriptionWfsFactory.createOperationsType()Returns a new object of class 'Operations Type'.FeatureTypeListType.getOperations()Returns the value of the 'Operations' containment reference.FeatureTypeType.getOperations()Returns the value of the 'Operations' containment reference.Methods in net.opengis.wfs with parameters of type OperationsTypeModifier and TypeMethodDescriptionvoidFeatureTypeListType.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.impl
Classes in net.opengis.wfs.impl that implement OperationsTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Operations Type'.Fields in net.opengis.wfs.impl declared as OperationsTypeModifier and TypeFieldDescriptionprotected 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 OperationsTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createOperationsType()FeatureTypeListTypeImpl.getOperations()FeatureTypeTypeImpl.getOperations()Methods in net.opengis.wfs.impl with parameters of type OperationsTypeModifier and TypeMethodDescriptionNotificationChainFeatureTypeListTypeImpl.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.validation
Methods in net.opengis.wfs.validation with parameters of type OperationsTypeModifier and TypeMethodDescriptionbooleanFeatureTypeListTypeValidator.validateOperations(OperationsType value) booleanFeatureTypeTypeValidator.validateOperations(OperationsType value)