org.eclipse.emf.facet.infra.query.jxpath
Interface JXPathModelQuery


public interface JXPathModelQuery

A representation of the model object 'JX Path Model Query'. An JXPathModelQuery is a ModelQuery describing a JXPath expression. The JXPath expression are stored into the JXPathModelQuery::query attribure.

The following features are supported:

See Also:
JxpathPackage.getJXPathModelQuery()
Generated:
Model:

Method Summary
 java.lang.String getQuery()
          Returns the value of the 'Query' attribute.
 void setQuery(java.lang.String value)
          Sets the value of the 'Query' attribute.
 

Method Detail

getQuery

java.lang.String getQuery()
Returns the value of the 'Query' attribute.

If the meaning of the 'Query' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Query' attribute.
See Also:
setQuery(String), JxpathPackage.getJXPathModelQuery_Query()
Generated:
Model:

setQuery

void setQuery(java.lang.String value)
Sets the value of the 'Query' attribute.

Parameters:
value - the new value of the 'Query' attribute.
See Also:
getQuery()
Generated: