Uses of Interface
net.opengis.cat.csw20.QueryConstraintType
Packages that use QueryConstraintType
-
Uses of QueryConstraintType in net.opengis.cat.csw20
Methods 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 TypeMethodDescriptionvoid
DeleteType.setConstraint
(QueryConstraintType value) Sets the value of the 'Constraint
' containment reference.void
QueryType.setConstraint
(QueryConstraintType value) Sets the value of the 'Constraint
' containment reference.void
UpdateType.setConstraint
(QueryConstraintType value) Sets the value of the 'Constraint
' containment reference. -
Uses of QueryConstraintType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement QueryConstraintTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Query Constraint Type'.Fields in net.opengis.cat.csw20.impl declared as QueryConstraintTypeModifier and TypeFieldDescriptionprotected QueryConstraintType
DeleteTypeImpl.constraint
The cached value of the 'Constraint
' containment reference.protected QueryConstraintType
QueryTypeImpl.constraint
The cached value of the 'Constraint
' containment reference.protected QueryConstraintType
UpdateTypeImpl.constraint
The 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 TypeMethodDescriptionNotificationChain
DeleteTypeImpl.basicSetConstraint
(QueryConstraintType newConstraint, NotificationChain msgs) NotificationChain
QueryTypeImpl.basicSetConstraint
(QueryConstraintType newConstraint, NotificationChain msgs) NotificationChain
UpdateTypeImpl.basicSetConstraint
(QueryConstraintType newConstraint, NotificationChain msgs) void
DeleteTypeImpl.setConstraint
(QueryConstraintType newConstraint) void
QueryTypeImpl.setConstraint
(QueryConstraintType newConstraint) void
UpdateTypeImpl.setConstraint
(QueryConstraintType newConstraint)