public interface Query extends Node
The following features are supported:
DatasourcesPackage.getQuery()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
<any> |
getMatchingCriteria()
Returns the value of the 'Matching Criteria' containment reference list.
|
Type |
getReturnType()
Returns the value of the 'Return Type' reference.
|
boolean |
isRunForCount()
Returns the value of the 'Run For Count' attribute.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute. |
void |
setReturnType(Type value)
Sets the value of the '
Return Type ' reference. |
void |
setRunForCount(boolean value)
Sets the value of the '
Run For Count ' attribute. |
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
DatasourcesPackage.getQuery_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
<any> getMatchingCriteria()
QueryMatchingCriteria
.
If the meaning of the 'Matching Criteria' containment reference list isn't clear, there really should be more of a description here...
DatasourcesPackage.getQuery_MatchingCriteria()
boolean isRunForCount()
"true"
.
If the meaning of the 'Run For Count' attribute isn't clear, there really should be more of a description here...
setRunForCount(boolean)
,
DatasourcesPackage.getQuery_RunForCount()
void setRunForCount(boolean value)
Run For Count
' attribute.
value
- the new value of the 'Run For Count' attribute.isRunForCount()
Type getReturnType()
If the meaning of the 'Return Type' reference isn't clear, there really should be more of a description here...
setReturnType(Type)
,
DatasourcesPackage.getQuery_ReturnType()
void setReturnType(Type value)
Return Type
' reference.
value
- the new value of the 'Return Type' reference.getReturnType()