g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.jsdl.model.posix.DirectoryNameType

Packages that use DirectoryNameType
eu.geclipse.jsdl.model.posix   
eu.geclipse.jsdl.model.posix.impl   
eu.geclipse.jsdl.model.posix.util   
eu.geclipse.jsdl.model.posix.validation   
 

Uses of DirectoryNameType in eu.geclipse.jsdl.model.posix
 

Methods in eu.geclipse.jsdl.model.posix that return DirectoryNameType
 DirectoryNameType PosixFactory.createDirectoryNameType()
          Returns a new object of class 'Directory Name Type'
 DirectoryNameType POSIXApplicationType.getWorkingDirectory()
          Returns the value of the 'Working Directory' containment reference
 DirectoryNameType DocumentRoot.getWorkingDirectory()
          Returns the value of the 'Working Directory' containment reference
 

Methods in eu.geclipse.jsdl.model.posix with parameters of type DirectoryNameType
 void POSIXApplicationType.setWorkingDirectory(DirectoryNameType value)
          Sets the value of the 'Working Directory' containment reference
 void DocumentRoot.setWorkingDirectory(DirectoryNameType value)
          Sets the value of the 'Working Directory' containment reference
 

Uses of DirectoryNameType in eu.geclipse.jsdl.model.posix.impl
 

Classes in eu.geclipse.jsdl.model.posix.impl that implement DirectoryNameType
 class DirectoryNameTypeImpl
          An implementation of the model object 'Directory Name Type'
 

Methods in eu.geclipse.jsdl.model.posix.impl that return DirectoryNameType
 DirectoryNameType PosixFactoryImpl.createDirectoryNameType()
           
 DirectoryNameType POSIXApplicationTypeImpl.getWorkingDirectory()
           
 DirectoryNameType DocumentRootImpl.getWorkingDirectory()
           
 

Methods in eu.geclipse.jsdl.model.posix.impl with parameters of type DirectoryNameType
 NotificationChain POSIXApplicationTypeImpl.basicSetWorkingDirectory(DirectoryNameType newWorkingDirectory, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetWorkingDirectory(DirectoryNameType newWorkingDirectory, NotificationChain msgs)
           
 void POSIXApplicationTypeImpl.setWorkingDirectory(DirectoryNameType newWorkingDirectory)
           
 void DocumentRootImpl.setWorkingDirectory(DirectoryNameType newWorkingDirectory)
           
 

Uses of DirectoryNameType in eu.geclipse.jsdl.model.posix.util
 

Methods in eu.geclipse.jsdl.model.posix.util with parameters of type DirectoryNameType
 java.lang.Object PosixSwitch.caseDirectoryNameType(DirectoryNameType object)
          Returns the result of interpreting the object as an instance of 'Directory Name Type'
 

Uses of DirectoryNameType in eu.geclipse.jsdl.model.posix.validation
 

Methods in eu.geclipse.jsdl.model.posix.validation with parameters of type DirectoryNameType
 boolean POSIXApplicationTypeValidator.validateWorkingDirectory(DirectoryNameType value)
           
 boolean DocumentRootValidator.validateWorkingDirectory(DirectoryNameType value)
           
 


g-Eclipse
Release 1.0.0