g-Eclipse
Release 1.0.0

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

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

Methods in eu.geclipse.jsdl.model.base that return CandidateHostsType
 CandidateHostsType JsdlFactory.createCandidateHostsType()
          Returns a new object of class 'Candidate Hosts Type'
 CandidateHostsType DocumentRoot.getCandidateHosts()
          Returns the value of the 'Candidate Hosts' containment reference
 CandidateHostsType ResourcesType.getCandidateHosts()
          Returns the value of the 'Candidate Hosts' containment reference
 

Methods in eu.geclipse.jsdl.model.base with parameters of type CandidateHostsType
 void DocumentRoot.setCandidateHosts(CandidateHostsType value)
          Sets the value of the 'Candidate Hosts' containment reference
 void ResourcesType.setCandidateHosts(CandidateHostsType value)
          Sets the value of the 'Candidate Hosts' containment reference
 

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

Classes in eu.geclipse.jsdl.model.base.impl that implement CandidateHostsType
 class CandidateHostsTypeImpl
          An implementation of the model object 'Candidate Hosts Type'
 

Methods in eu.geclipse.jsdl.model.base.impl that return CandidateHostsType
 CandidateHostsType JsdlFactoryImpl.createCandidateHostsType()
           
 CandidateHostsType ResourcesTypeImpl.getCandidateHosts()
           
 CandidateHostsType DocumentRootImpl.getCandidateHosts()
           
 

Methods in eu.geclipse.jsdl.model.base.impl with parameters of type CandidateHostsType
 NotificationChain ResourcesTypeImpl.basicSetCandidateHosts(CandidateHostsType newCandidateHosts, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetCandidateHosts(CandidateHostsType newCandidateHosts, NotificationChain msgs)
           
 void ResourcesTypeImpl.setCandidateHosts(CandidateHostsType newCandidateHosts)
           
 void DocumentRootImpl.setCandidateHosts(CandidateHostsType newCandidateHosts)
           
 

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

Methods in eu.geclipse.jsdl.model.base.util with parameters of type CandidateHostsType
 java.lang.Object JsdlSwitch.caseCandidateHostsType(CandidateHostsType object)
          Returns the result of interpreting the object as an instance of 'Candidate Hosts Type'
 

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

Methods in eu.geclipse.jsdl.model.base.validation with parameters of type CandidateHostsType
 boolean DocumentRootValidator.validateCandidateHosts(CandidateHostsType value)
           
 boolean ResourcesTypeValidator.validateCandidateHosts(CandidateHostsType value)
           
 


g-Eclipse
Release 1.0.0