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
 File Cube.getAssociatedFile()
          Gets the File for AssociatedFile
 File OLAPSchema.getLogFile()
          Gets the File for LogFile
 File ExternalTable.getOwningFile()
          Gets the File for OwningFile
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.