|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaModelQuery
A representation of the model object 'Java Model Query'. JavaModelQuery is a sub class of ModelQuery which points to a Java implemented query.
The following features are supported:
QueryPackage.getJavaModelQuery()
Method Summary | |
---|---|
java.lang.String |
getImplementationClassName()
Returns the value of the 'Implementation Class Name' attribute. |
void |
setImplementationClassName(java.lang.String value)
Sets the value of the ' Implementation Class Name ' 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 getImplementationClassName()
If the meaning of the 'Implementation Class Name' attribute isn't clear, there really should be more of a description here...
JavaModelQuery::implemenationClassName contains the qualified name of the class implementing the query. This class must be a sub class of org.eclipse.gmt.modisco.infra.query.core.java.IJavaModelQuery. The Java implementation class must be stored in the same plug-in (or plug-in project) than the query model.
setImplementationClassName(String)
,
QueryPackage.getJavaModelQuery_ImplementationClassName()
void setImplementationClassName(java.lang.String value)
Implementation Class Name
' attribute.
value
- the new value of the 'Implementation Class Name' attribute.getImplementationClassName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |