public class QueryDefinition extends Object
queryName and resultType.| Constructor and Description |
|---|
QueryDefinition(String queryName,
String resultType)
|
QueryDefinition(String queryName,
Type resultType)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getQueryName()
Return the query name of this definition.
|
String |
getResultType()
Return the result type of this definition.
|
int |
hashCode() |
String |
toString() |
public QueryDefinition(String queryName, Type resultType)
queryName - the name of the queryresultType - the Type of resultCopyright © 2020–2022 AxonIQ BV. All rights reserved.