@Deprecated public interface JavaModelQuery extends ModelQuery
The following features are supported:
QueryPackage.getJavaModelQuery()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getImplementationClassName()
Deprecated.
Returns the value of the 'Implementation Class Name'
attribute.
|
void |
setImplementationClassName(java.lang.String value)
Deprecated.
Sets the value of the '
Implementation Class Name' attribute. |
getDescription, getLowerBound, getModelQuerySet, getName, getParameters, getReturnType, getScope, getUpperBound, isIsExternalContextDependent, setDescription, setIsExternalContextDependent, setLowerBound, setModelQuerySet, setName, setReturnType, setUpperBoundjava.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()