g-Eclipse
Release 1.0.0

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

Packages that use SourceTargetType
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   
 

Uses of SourceTargetType in eu.geclipse.jsdl
 

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

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

Methods in eu.geclipse.jsdl.model.base that return SourceTargetType
 SourceTargetType JsdlFactory.createSourceTargetType()
          Returns a new object of class 'Source Target Type'
 SourceTargetType DataStagingType.getSource()
          Returns the value of the 'Source' containment reference
 SourceTargetType DocumentRoot.getSource()
          Returns the value of the 'Source' containment reference
 SourceTargetType DataStagingType.getTarget()
          Returns the value of the 'Target' containment reference
 SourceTargetType DocumentRoot.getTarget()
          Returns the value of the 'Target' containment reference
 

Methods in eu.geclipse.jsdl.model.base with parameters of type SourceTargetType
 void DataStagingType.setSource(SourceTargetType value)
          Sets the value of the 'Source' containment reference
 void DocumentRoot.setSource(SourceTargetType value)
          Sets the value of the 'Source' containment reference
 void DataStagingType.setTarget(SourceTargetType value)
          Sets the value of the 'Target' containment reference
 void DocumentRoot.setTarget(SourceTargetType value)
          Sets the value of the 'Target' containment reference
 

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

Classes in eu.geclipse.jsdl.model.base.impl that implement SourceTargetType
 class SourceTargetTypeImpl
          An implementation of the model object 'Source Target Type'
 

Methods in eu.geclipse.jsdl.model.base.impl that return SourceTargetType
 SourceTargetType JsdlFactoryImpl.createSourceTargetType()
           
 SourceTargetType DataStagingTypeImpl.getSource()
           
 SourceTargetType DocumentRootImpl.getSource()
           
 SourceTargetType DataStagingTypeImpl.getTarget()
           
 SourceTargetType DocumentRootImpl.getTarget()
           
 

Methods in eu.geclipse.jsdl.model.base.impl with parameters of type SourceTargetType
 NotificationChain DataStagingTypeImpl.basicSetSource(SourceTargetType newSource, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetSource(SourceTargetType newSource, NotificationChain msgs)
           
 NotificationChain DataStagingTypeImpl.basicSetTarget(SourceTargetType newTarget, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetTarget(SourceTargetType newTarget, NotificationChain msgs)
           
 void DataStagingTypeImpl.setSource(SourceTargetType newSource)
           
 void DocumentRootImpl.setSource(SourceTargetType newSource)
           
 void DataStagingTypeImpl.setTarget(SourceTargetType newTarget)
           
 void DocumentRootImpl.setTarget(SourceTargetType newTarget)
           
 

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

Methods in eu.geclipse.jsdl.model.base.util with parameters of type SourceTargetType
 java.lang.Object JsdlSwitch.caseSourceTargetType(SourceTargetType object)
          Returns the result of interpreting the object as an instance of 'Source Target Type'
 

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

Methods in eu.geclipse.jsdl.model.base.validation with parameters of type SourceTargetType
 boolean DataStagingTypeValidator.validateSource(SourceTargetType value)
           
 boolean DocumentRootValidator.validateSource(SourceTargetType value)
           
 boolean DataStagingTypeValidator.validateTarget(SourceTargetType value)
           
 boolean DocumentRootValidator.validateTarget(SourceTargetType value)
           
 


g-Eclipse
Release 1.0.0