g-Eclipse
Release 1.0.0

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

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

Uses of DataStagingType in eu.geclipse.jsdl.model
 

Methods in eu.geclipse.jsdl.model that return DataStagingType
 DataStagingType JsdlFactory.createDataStagingType()
          Deprecated. Returns a new object of class 'Data Staging Type'
 DataStagingType DocumentRoot.getDataStaging()
          Deprecated. Returns the value of the 'Data Staging' containment reference
 

Methods in eu.geclipse.jsdl.model with parameters of type DataStagingType
 void DocumentRoot.setDataStaging(DataStagingType value)
          Deprecated. Sets the value of the 'Data Staging' containment reference
 

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

Classes in eu.geclipse.jsdl.model.impl that implement DataStagingType
 class DataStagingTypeImpl
          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 DataStagingType
 DataStagingType JsdlFactoryImpl.createDataStagingType()
          Deprecated.  
 DataStagingType DocumentRootImpl.getDataStaging()
          Deprecated.  
 

Methods in eu.geclipse.jsdl.model.impl with parameters of type DataStagingType
 NotificationChain DocumentRootImpl.basicSetDataStaging(DataStagingType newDataStaging, NotificationChain msgs)
          Deprecated.  
 void DocumentRootImpl.setDataStaging(DataStagingType newDataStaging)
          Deprecated.  
 

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

Methods in eu.geclipse.jsdl.model.util with parameters of type DataStagingType
 java.lang.Object JsdlSwitch.caseDataStagingType(DataStagingType object)
          Deprecated. Returns the result of interpreting the object as an instance of 'Data Staging Type'
 

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

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


g-Eclipse
Release 1.0.0