g-Eclipse
Release 1.0.0

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

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

Methods in eu.geclipse.jsdl.model.posix that return EnvironmentType
 EnvironmentType PosixFactory.createEnvironmentType()
          Returns a new object of class 'Environment Type'
 EnvironmentType DocumentRoot.getEnvironment()
          Returns the value of the 'Environment' containment reference
 

Methods in eu.geclipse.jsdl.model.posix with parameters of type EnvironmentType
 void DocumentRoot.setEnvironment(EnvironmentType value)
          Sets the value of the 'Environment' containment reference
 

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

Classes in eu.geclipse.jsdl.model.posix.impl that implement EnvironmentType
 class EnvironmentTypeImpl
          An implementation of the model object 'Environment Type'
 

Methods in eu.geclipse.jsdl.model.posix.impl that return EnvironmentType
 EnvironmentType PosixFactoryImpl.createEnvironmentType()
           
 EnvironmentType DocumentRootImpl.getEnvironment()
           
 

Methods in eu.geclipse.jsdl.model.posix.impl with parameters of type EnvironmentType
 NotificationChain DocumentRootImpl.basicSetEnvironment(EnvironmentType newEnvironment, NotificationChain msgs)
           
 void DocumentRootImpl.setEnvironment(EnvironmentType newEnvironment)
           
 

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

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

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

Methods in eu.geclipse.jsdl.model.posix.validation with parameters of type EnvironmentType
 boolean DocumentRootValidator.validateEnvironment(EnvironmentType value)
           
 


g-Eclipse
Release 1.0.0