public class QueryProcessorConfiguration extends Object
Constructor and Description |
---|
QueryProcessorConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getProcessorClassName()
Method to obtain the type of the query.
|
String |
getQueryType()
Method to obtain the type of the query.
|
void |
setProcessorClassName(String processorClassName)
Method set obtain the type of the query.
|
void |
setQueryType(String queryType)
Method to obtain the type of the query.
|
public String getQueryType()
public void setQueryType(String queryType)
queryType
- the type of the query.public String getProcessorClassName()
public void setProcessorClassName(String processorClassName)
processorClassName
- the type of the query.Copyright © 2016 WSO2 Inc. All Rights Reserved.