|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
JxpathPackage.getJXPathModelQuery()
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 |
---|
java.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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |