g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.jsdl.model.FileSystemType

Packages that use FileSystemType
eu.geclipse.jsdl.model   
eu.geclipse.jsdl.model.impl   
eu.geclipse.jsdl.model.util   
eu.geclipse.jsdl.model.validation   
 

Uses of FileSystemType in eu.geclipse.jsdl.model
 

Methods in eu.geclipse.jsdl.model that return FileSystemType
 FileSystemType JsdlFactory.createFileSystemType()
          Deprecated. Returns a new object of class 'File System Type'
 FileSystemType DocumentRoot.getFileSystem()
          Deprecated. Returns the value of the 'File System' containment reference
 

Methods in eu.geclipse.jsdl.model with parameters of type FileSystemType
 void DocumentRoot.setFileSystem(FileSystemType value)
          Deprecated. Sets the value of the 'File System' containment reference
 

Uses of FileSystemType in eu.geclipse.jsdl.model.impl
 

Classes in eu.geclipse.jsdl.model.impl that implement FileSystemType
 class FileSystemTypeImpl
          Deprecated. This class is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base.impl
 

Methods in eu.geclipse.jsdl.model.impl that return FileSystemType
 FileSystemType JsdlFactoryImpl.createFileSystemType()
          Deprecated.  
 FileSystemType DocumentRootImpl.getFileSystem()
          Deprecated.  
 

Methods in eu.geclipse.jsdl.model.impl with parameters of type FileSystemType
 NotificationChain DocumentRootImpl.basicSetFileSystem(FileSystemType newFileSystem, NotificationChain msgs)
          Deprecated.  
 void DocumentRootImpl.setFileSystem(FileSystemType newFileSystem)
          Deprecated.  
 

Uses of FileSystemType in eu.geclipse.jsdl.model.util
 

Methods in eu.geclipse.jsdl.model.util with parameters of type FileSystemType
 java.lang.Object JsdlSwitch.caseFileSystemType(FileSystemType object)
          Deprecated. Returns the result of interpreting the object as an instance of 'File System Type'
 

Uses of FileSystemType in eu.geclipse.jsdl.model.validation
 

Methods in eu.geclipse.jsdl.model.validation with parameters of type FileSystemType
 boolean DocumentRootValidator.validateFileSystem(FileSystemType value)
          Deprecated.  
 


g-Eclipse
Release 1.0.0