g-Eclipse
Release 1.0.0

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

Packages that use FileNameType
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 FileNameType in eu.geclipse.jsdl.model.posix
 

Methods in eu.geclipse.jsdl.model.posix that return FileNameType
 FileNameType PosixFactory.createFileNameType()
          Returns a new object of class 'File Name Type'
 FileNameType POSIXApplicationType.getError()
          Returns the value of the 'Error' containment reference
 FileNameType DocumentRoot.getError()
          Returns the value of the 'Error' containment reference
 FileNameType POSIXApplicationType.getExecutable()
          Returns the value of the 'Executable' containment reference
 FileNameType DocumentRoot.getExecutable()
          Returns the value of the 'Executable' containment reference
 FileNameType POSIXApplicationType.getInput()
          Returns the value of the 'Input' containment reference
 FileNameType DocumentRoot.getInput()
          Returns the value of the 'Input' containment reference
 FileNameType POSIXApplicationType.getOutput()
          Returns the value of the 'Output' containment reference
 FileNameType DocumentRoot.getOutput()
          Returns the value of the 'Output' containment reference
 

Methods in eu.geclipse.jsdl.model.posix with parameters of type FileNameType
 void POSIXApplicationType.setError(FileNameType value)
          Sets the value of the 'Error' containment reference
 void DocumentRoot.setError(FileNameType value)
          Sets the value of the 'Error' containment reference
 void POSIXApplicationType.setExecutable(FileNameType value)
          Sets the value of the 'Executable' containment reference
 void DocumentRoot.setExecutable(FileNameType value)
          Sets the value of the 'Executable' containment reference
 void POSIXApplicationType.setInput(FileNameType value)
          Sets the value of the 'Input' containment reference
 void DocumentRoot.setInput(FileNameType value)
          Sets the value of the 'Input' containment reference
 void POSIXApplicationType.setOutput(FileNameType value)
          Sets the value of the 'Output' containment reference
 void DocumentRoot.setOutput(FileNameType value)
          Sets the value of the 'Output' containment reference
 

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

Classes in eu.geclipse.jsdl.model.posix.impl that implement FileNameType
 class FileNameTypeImpl
          An implementation of the model object 'File Name Type'
 

Methods in eu.geclipse.jsdl.model.posix.impl that return FileNameType
 FileNameType PosixFactoryImpl.createFileNameType()
           
 FileNameType POSIXApplicationTypeImpl.getError()
           
 FileNameType DocumentRootImpl.getError()
           
 FileNameType POSIXApplicationTypeImpl.getExecutable()
           
 FileNameType DocumentRootImpl.getExecutable()
           
 FileNameType POSIXApplicationTypeImpl.getInput()
           
 FileNameType DocumentRootImpl.getInput()
           
 FileNameType POSIXApplicationTypeImpl.getOutput()
           
 FileNameType DocumentRootImpl.getOutput()
           
 

Methods in eu.geclipse.jsdl.model.posix.impl with parameters of type FileNameType
 NotificationChain POSIXApplicationTypeImpl.basicSetError(FileNameType newError, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetError(FileNameType newError, NotificationChain msgs)
           
 NotificationChain POSIXApplicationTypeImpl.basicSetExecutable(FileNameType newExecutable, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetExecutable(FileNameType newExecutable, NotificationChain msgs)
           
 NotificationChain POSIXApplicationTypeImpl.basicSetInput(FileNameType newInput, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetInput(FileNameType newInput, NotificationChain msgs)
           
 NotificationChain POSIXApplicationTypeImpl.basicSetOutput(FileNameType newOutput, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetOutput(FileNameType newOutput, NotificationChain msgs)
           
 void POSIXApplicationTypeImpl.setError(FileNameType newError)
           
 void DocumentRootImpl.setError(FileNameType newError)
           
 void POSIXApplicationTypeImpl.setExecutable(FileNameType newExecutable)
           
 void DocumentRootImpl.setExecutable(FileNameType newExecutable)
           
 void POSIXApplicationTypeImpl.setInput(FileNameType newInput)
           
 void DocumentRootImpl.setInput(FileNameType newInput)
           
 void POSIXApplicationTypeImpl.setOutput(FileNameType newOutput)
           
 void DocumentRootImpl.setOutput(FileNameType newOutput)
           
 

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

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

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

Methods in eu.geclipse.jsdl.model.posix.validation with parameters of type FileNameType
 boolean POSIXApplicationTypeValidator.validateError(FileNameType value)
           
 boolean DocumentRootValidator.validateError(FileNameType value)
           
 boolean POSIXApplicationTypeValidator.validateExecutable(FileNameType value)
           
 boolean DocumentRootValidator.validateExecutable(FileNameType value)
           
 boolean POSIXApplicationTypeValidator.validateInput(FileNameType value)
           
 boolean DocumentRootValidator.validateInput(FileNameType value)
           
 boolean POSIXApplicationTypeValidator.validateOutput(FileNameType value)
           
 boolean DocumentRootValidator.validateOutput(FileNameType value)
           
 


g-Eclipse
Release 1.0.0