Uses of Interface
com.sas.dataselectors.export.ExportSelectorInterface

Packages that use ExportSelectorInterface
com.sas.dataselectors.export Interfaces, adapters and factories related to the Export Selector. 
 

Uses of ExportSelectorInterface in com.sas.dataselectors.export
 

Subinterfaces of ExportSelectorInterface in com.sas.dataselectors.export
 interface OLAPExportSelectorInterface
          Represents an ExportSelector adapter for multidimensional data.
 

Classes in com.sas.dataselectors.export that implement ExportSelectorInterface
 class BaseExportSelectorAdapter
          Base class that contains attributes and methods common to the different actual ExportSelector adapters.
 class OLAPExportSelectorAdapter
          ExportSelector adapter for multidimensional data.
 class RelationalExportSelectorAdapter
           
 

Methods in com.sas.dataselectors.export that return ExportSelectorInterface
static ExportSelectorInterface ExportSelectorAdapterFactory.getAdapter(java.lang.Object model)
          Returns an instance of an ExportSelectorInterface depending on the type of the received model.
static ExportSelectorInterface ExportSelectorAdapterFactory.getRelationalAdapter(java.lang.Object model)
          Returns an instance of ExportSelectorInterface.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.