19 package org.omg.dds.sub;
21 import java.util.List;
void setQueryParameters(List< String > queryParameters)
This operation changes the queryParameters associated with the QueryCondition.
ReadCondition objects are conditions specifically dedicated to read operations and attached to one or...
List< String > getQueryParameters()
This operation returns the queryParameters associated with the QueryCondition.
String getQueryExpression()
This operation returns the queryExpression associated with the QueryCondition.
QueryCondition objects are specialized org.omg.dds.sub.ReadCondition objects that allow the applicati...