|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SourceCapabilities
Nested Class Summary | |
---|---|
static class |
SourceCapabilities.Capability
|
static class |
SourceCapabilities.Scope
|
Method Summary | |
---|---|
SourceCapabilities.Scope |
getScope()
Determine the scope of these capabilities. |
java.lang.Object |
getSourceProperty(SourceCapabilities.Capability propertyName)
This method returns an Object corresponding to the Source Property |
boolean |
supportsCapability(SourceCapabilities.Capability capability)
Returns true if the capability is supported. |
boolean |
supportsFunction(java.lang.String functionName)
This method can be used to check whether a particular function is supported by this connector. |
Method Detail |
---|
SourceCapabilities.Scope getScope()
boolean supportsCapability(SourceCapabilities.Capability capability)
capability
- Name of capability
boolean supportsFunction(java.lang.String functionName)
functionName
- The function that may be supported (see MetaMatrix documentation for further definition of the functions and
their parameters.)
java.lang.Object getSourceProperty(SourceCapabilities.Capability propertyName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |