public interface IQuerySpecificationProvider extends IProvider<IQuerySpecification<?>>
IQuerySpecification
instances with added method for
requesting the FQN for the query specification.IProvider.ProvidedValueFunction
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFullyQualifiedName()
Note that the provider will usually not load the query specification class to return the FQN.
|
java.lang.String |
getSourceProjectName()
Returns the name of project providing the specification (or null if not calculable)
|
java.lang.String getFullyQualifiedName()
java.lang.String getSourceProjectName()