Uses of Class
org.teiid.query.optimizer.capabilities.SourceCapabilities.Scope

Packages that use SourceCapabilities.Scope
org.teiid.query.optimizer.capabilities   
 

Uses of SourceCapabilities.Scope in org.teiid.query.optimizer.capabilities
 

Methods in org.teiid.query.optimizer.capabilities that return SourceCapabilities.Scope
 SourceCapabilities.Scope BasicSourceCapabilities.getScope()
           
 SourceCapabilities.Scope SourceCapabilities.getScope()
          Determine the scope of these capabilities.
static SourceCapabilities.Scope SourceCapabilities.Scope.valueOf(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 org.teiid.query.optimizer.capabilities with parameters of type SourceCapabilities.Scope
 void BasicSourceCapabilities.setScope(SourceCapabilities.Scope scope)
           
 



Copyright © 2011. All Rights Reserved.