Uses of Interface
net.opengis.cat.csw20.QueryConstraintType
Packages that use QueryConstraintType
- 
Uses of QueryConstraintType in net.opengis.cat.csw20Methods in net.opengis.cat.csw20 that return QueryConstraintTypeModifier and TypeMethodDescriptionCsw20Factory.createQueryConstraintType()Returns a new object of class 'Query Constraint Type'.DeleteType.getConstraint()Returns the value of the 'Constraint' containment reference.QueryType.getConstraint()Returns the value of the 'Constraint' containment reference.UpdateType.getConstraint()Returns the value of the 'Constraint' containment reference.Methods in net.opengis.cat.csw20 with parameters of type QueryConstraintTypeModifier and TypeMethodDescriptionvoidDeleteType.setConstraint(QueryConstraintType value) Sets the value of the 'Constraint' containment reference.voidQueryType.setConstraint(QueryConstraintType value) Sets the value of the 'Constraint' containment reference.voidUpdateType.setConstraint(QueryConstraintType value) Sets the value of the 'Constraint' containment reference.
- 
Uses of QueryConstraintType in net.opengis.cat.csw20.implClasses in net.opengis.cat.csw20.impl that implement QueryConstraintTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Query Constraint Type'.Fields in net.opengis.cat.csw20.impl declared as QueryConstraintTypeModifier and TypeFieldDescriptionprotected QueryConstraintTypeDeleteTypeImpl.constraintThe cached value of the 'Constraint' containment reference.protected QueryConstraintTypeQueryTypeImpl.constraintThe cached value of the 'Constraint' containment reference.protected QueryConstraintTypeUpdateTypeImpl.constraintThe cached value of the 'Constraint' containment reference.Methods in net.opengis.cat.csw20.impl that return QueryConstraintTypeModifier and TypeMethodDescriptionCsw20FactoryImpl.createQueryConstraintType()DeleteTypeImpl.getConstraint()QueryTypeImpl.getConstraint()UpdateTypeImpl.getConstraint()Methods in net.opengis.cat.csw20.impl with parameters of type QueryConstraintTypeModifier and TypeMethodDescriptionNotificationChainDeleteTypeImpl.basicSetConstraint(QueryConstraintType newConstraint, NotificationChain msgs) NotificationChainQueryTypeImpl.basicSetConstraint(QueryConstraintType newConstraint, NotificationChain msgs) NotificationChainUpdateTypeImpl.basicSetConstraint(QueryConstraintType newConstraint, NotificationChain msgs) voidDeleteTypeImpl.setConstraint(QueryConstraintType newConstraint) voidQueryTypeImpl.setConstraint(QueryConstraintType newConstraint) voidUpdateTypeImpl.setConstraint(QueryConstraintType newConstraint)