Uses of Class
com.metamatrix.query.optimizer.capabilities.SourceCapabilities.Scope

Packages that use SourceCapabilities.Scope
com.metamatrix.query.optimizer.capabilities   
 

Uses of SourceCapabilities.Scope in com.metamatrix.query.optimizer.capabilities
 

Methods in com.metamatrix.query.optimizer.capabilities that return SourceCapabilities.Scope
 SourceCapabilities.Scope SourceCapabilities.getScope()
          Determine the scope of these capabilities.
 SourceCapabilities.Scope BasicSourceCapabilities.getScope()
           
static SourceCapabilities.Scope SourceCapabilities.Scope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SourceCapabilities.Scope[] SourceCapabilities.Scope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.metamatrix.query.optimizer.capabilities with parameters of type SourceCapabilities.Scope
 void BasicSourceCapabilities.setScope(SourceCapabilities.Scope scope)
           
 



Copyright © 2009. All Rights Reserved.