public interface NavigationQuery extends Query
The following features are supported:
QueryPackage.getNavigationQuery()
Modifier and Type | Method and Description |
---|---|
|
getPath()
Returns the value of the 'Path' reference list.
|
boolean |
isFailOnError()
Returns the value of the 'Fail On Error' attribute.
|
void |
setFailOnError(boolean value)
Sets the value of the '
Fail On Error ' attribute. |
isCanBeCached, isCanHaveSideEffects, setCanBeCached, setCanHaveSideEffects
getPath()
org.eclipse.emf.ecore.ETypedElement
.
If the meaning of the 'Path' reference list isn't clear, there really should be more of a description here...
QueryPackage.getNavigationQuery_Path()
boolean isFailOnError()
"true"
.
If the meaning of the 'Fail On Error' attribute isn't clear, there really should be more of a description here...
setFailOnError(boolean)
,
QueryPackage.getNavigationQuery_FailOnError()
void setFailOnError(boolean value)
Fail On Error
' attribute.
value
- the new value of the 'Fail On Error' attribute.isFailOnError()