org.eclipse.gmt.modisco.infra.query.jxpath
Interface JXPathModelQuery

All Superinterfaces:
ModelQuery

public interface JXPathModelQuery
extends ModelQuery

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.
 
Methods inherited from interface org.eclipse.gmt.modisco.infra.query.ModelQuery
getDescription, getLowerBound, getModelQuerySet, getName, getParameters, getReturnType, getScope, getUpperBound, isIsExternalContextDependent, setDescription, setIsExternalContextDependent, setLowerBound, setModelQuerySet, setName, setReturnType, setUpperBound
 

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: