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.csw20Methods in net.opengis.cat.csw20 that return QueryConstraintType Modifier and Type Method Description QueryConstraintTypeCsw20Factory. createQueryConstraintType()Returns a new object of class 'Query Constraint Type'.QueryConstraintTypeDeleteType. getConstraint()Returns the value of the 'Constraint' containment reference.QueryConstraintTypeQueryType. getConstraint()Returns the value of the 'Constraint' containment reference.QueryConstraintTypeUpdateType. 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 voidDeleteType. 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 QueryConstraintType Modifier and Type Class Description classQueryConstraintTypeImplAn implementation of the model object 'Query Constraint Type'.Fields in net.opengis.cat.csw20.impl declared as QueryConstraintType Modifier and Type Field Description protected 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 QueryConstraintType Modifier and Type Method Description QueryConstraintTypeCsw20FactoryImpl. createQueryConstraintType()QueryConstraintTypeDeleteTypeImpl. getConstraint()QueryConstraintTypeQueryTypeImpl. getConstraint()QueryConstraintTypeUpdateTypeImpl. getConstraint()Methods in net.opengis.cat.csw20.impl with parameters of type QueryConstraintType Modifier and Type Method Description NotificationChainDeleteTypeImpl. 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)
 
-