Uses of Interface
net.opengis.cat.csw20.QueryConstraintType
-
Packages that use QueryConstraintType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of QueryConstraintType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return QueryConstraintType Modifier and Type Method Description QueryConstraintType
Csw20Factory. createQueryConstraintType()
Returns a new object of class 'Query Constraint Type'.QueryConstraintType
DeleteType. getConstraint()
Returns the value of the 'Constraint' containment reference.QueryConstraintType
QueryType. getConstraint()
Returns the value of the 'Constraint' containment reference.QueryConstraintType
UpdateType. getConstraint()
Returns the value of the 'Constraint' containment reference.Methods in net.opengis.cat.csw20 with parameters of type QueryConstraintType Modifier and Type Method Description void
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 QueryConstraintType Modifier and Type Class Description class
QueryConstraintTypeImpl
An implementation of the model object 'Query Constraint Type'.Fields in net.opengis.cat.csw20.impl declared as QueryConstraintType Modifier and Type Field Description protected 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 QueryConstraintType Modifier and Type Method Description QueryConstraintType
Csw20FactoryImpl. createQueryConstraintType()
QueryConstraintType
DeleteTypeImpl. getConstraint()
QueryConstraintType
QueryTypeImpl. getConstraint()
QueryConstraintType
UpdateTypeImpl. getConstraint()
Methods in net.opengis.cat.csw20.impl with parameters of type QueryConstraintType Modifier and Type Method Description NotificationChain
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)
-