@Deprecated public interface JXPathModelQuery extends ModelQuery
The following features are supported:
JxpathPackage.getJXPathModelQuery()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQuery()
Deprecated.
Returns the value of the 'Query' attribute.
|
void |
setQuery(java.lang.String value)
Deprecated.
Sets the value of the '
Query' attribute. |
getDescription, getLowerBound, getModelQuerySet, getName, getParameters, getReturnType, getScope, getUpperBound, isIsExternalContextDependent, setDescription, setIsExternalContextDependent, setLowerBound, setModelQuerySet, setName, setReturnType, setUpperBoundjava.lang.String getQuery()
If the meaning of the 'Query' attribute isn't clear, there really should be more of a description here...
setQuery(String),
JxpathPackage.getJXPathModelQuery_Query()void setQuery(java.lang.String value)
Query' attribute.
value - the new value of the 'Query' attribute.getQuery()