g-Eclipse
Release 1.0.0

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

Packages that use DataStagingType
eu.geclipse.jsdl   
eu.geclipse.jsdl.model.base   
eu.geclipse.jsdl.model.base.impl   
eu.geclipse.jsdl.model.base.util   
eu.geclipse.jsdl.model.base.validation   
eu.geclipse.jsdl.ui.adapters.jsdl   
eu.geclipse.jsdl.ui.widgets   
eu.geclipse.jsdl.ui.wizards   
 

Uses of DataStagingType in eu.geclipse.jsdl
 

Methods in eu.geclipse.jsdl that return DataStagingType
static DataStagingType JSDLModelFacade.getDataStagingType()
          Creates new instance of DataStagingType
 

Methods in eu.geclipse.jsdl that return types with arguments of type DataStagingType
 java.util.List<DataStagingType> JSDLJobDescription.getDataStagingIn()
          Returns list of those DataStagings entries that have Source element set (data stagings in)
 java.util.List<DataStagingType> JSDLJobDescriptionModel.getDataStagingIn()
          Returns list of those DataStagings entries that have Source element set (data stagings in)
 java.util.List<DataStagingType> JSDLJobDescription.getDataStagingOut()
          Returns list of those DataStagings entries that have Target element set (data stgaings out)
 java.util.List<DataStagingType> JSDLJobDescriptionModel.getDataStagingOut()
          Returns list of those DataStagings entries that have Target element set (data stgaings out)
 

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

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

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

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

Classes in eu.geclipse.jsdl.model.base.impl that implement DataStagingType
 class DataStagingTypeImpl
          An implementation of the model object 'Data Staging Type'
 

Methods in eu.geclipse.jsdl.model.base.impl that return DataStagingType
 DataStagingType JsdlFactoryImpl.createDataStagingType()
           
 DataStagingType DocumentRootImpl.getDataStaging()
           
 

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

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

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

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

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

Uses of DataStagingType in eu.geclipse.jsdl.ui.adapters.jsdl
 

Method parameters in eu.geclipse.jsdl.ui.adapters.jsdl with type arguments of type DataStagingType
 void DataStageTypeAdapter.performAdd(TableViewer tableViewer, java.util.ArrayList<DataStagingType> dataStageList)
          Add's a new DataStaging element in the JSDL model.
 void DataStageTypeAdapter.performEdit(TableViewer tableViewer, java.util.ArrayList<DataStagingType> dataStageList)
          Edit the attributes of the selected object in the TableViewer.
 

Uses of DataStagingType in eu.geclipse.jsdl.ui.widgets
 

Methods in eu.geclipse.jsdl.ui.widgets that return types with arguments of type DataStagingType
 java.util.List<DataStagingType> DataStageOutTable.getDataStagingType()
          Returns data kept in table
 java.util.List<DataStagingType> DataStageInTable.getDataStagingType()
          Returns data kept in table
 

Method parameters in eu.geclipse.jsdl.ui.widgets with type arguments of type DataStagingType
 void DataStageOutTable.setInput(java.util.List<DataStagingType> input)
           
 void DataStageInTable.setInput(java.util.List<DataStagingType> input)
           
 void DataStageOutTable.updateInput(java.util.List<DataStagingType> newInput)
          Updates the table input
 void DataStageInTable.updateInput(java.util.List<DataStagingType> newInput)
          Updates the table input
 

Constructor parameters in eu.geclipse.jsdl.ui.widgets with type arguments of type DataStagingType
DataStageInTable(Composite parent, java.util.List<DataStagingType> input, int buttonsPosition)
           
DataStageOutTable(Composite parent, java.util.List<DataStagingType> input, int buttonsPosition)
          Creates new instance of table, table viewer, buttons (add, edit and remove).
 

Uses of DataStagingType in eu.geclipse.jsdl.ui.wizards
 

Methods in eu.geclipse.jsdl.ui.wizards that return types with arguments of type DataStagingType
 java.util.List<DataStagingType> DataStagingNewJobWizardPage.getFiles(eu.geclipse.jsdl.ui.internal.wizards.FileType type)
          Method to access String values kept by table
 

Method parameters in eu.geclipse.jsdl.ui.wizards with type arguments of type DataStagingType
 void DataStagingNewJobWizardPage.setInitialStagingInModel(java.util.List<DataStagingType> files)
          Setter method for a field holding initial contents of table with DataStagingInFiles
 void DataStagingNewJobWizardPage.setInitialStagingOutModel(java.util.List<DataStagingType> files)
          Setter method for a field holding initial contents of table with DataStagingOutFiles
 


g-Eclipse
Release 1.0.0