g-Eclipse
Release 1.0.0

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

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

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

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

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

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

Classes in eu.geclipse.jsdl.model.base.impl that implement FileSystemType
 class FileSystemTypeImpl
          An implementation of the model object 'File System Type'
 

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

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

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

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

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

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


g-Eclipse
Release 1.0.0