Uses of Interface
com.sas.metadata.remote.File

Packages that use File
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of File in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return File
abstract  File Cube.getAssociatedFile()
          Gets the File for AssociatedFile
abstract  File OLAPSchema.getLogFile()
          Gets the File for LogFile
abstract  File ExternalTable.getOwningFile()
          Gets the File for OwningFile
 

Methods in com.sas.metadata.remote with parameters of type File
abstract  void Cube.setAssociatedFile(File inObject)
          Sets the AssociatedFiles list 0th element to be inObject.
abstract  void OLAPSchema.setLogFile(File inObject)
          Sets the LogFiles list 0th element to be inObject.
abstract  void ExternalTable.setOwningFile(File inObject)
          Sets the OwningFiles list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.