g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.jsdl.model.functions.LoopType

Packages that use LoopType
eu.geclipse.jsdl.model.functions   
eu.geclipse.jsdl.model.functions.impl   
eu.geclipse.jsdl.model.functions.util   
eu.geclipse.jsdl.model.functions.validation   
 

Uses of LoopType in eu.geclipse.jsdl.model.functions
 

Methods in eu.geclipse.jsdl.model.functions that return LoopType
 LoopType FunctionsFactory.createLoopType()
          Returns a new object of class 'Loop Type'
 LoopType DocumentRoot.getLoop()
          Returns the value of the 'Loop' containment reference
 

Methods in eu.geclipse.jsdl.model.functions with parameters of type LoopType
 void DocumentRoot.setLoop(LoopType value)
          Sets the value of the 'Loop' containment reference
 

Uses of LoopType in eu.geclipse.jsdl.model.functions.impl
 

Classes in eu.geclipse.jsdl.model.functions.impl that implement LoopType
 class LoopTypeImpl
          An implementation of the model object 'Loop Type'
 

Methods in eu.geclipse.jsdl.model.functions.impl that return LoopType
 LoopType FunctionsFactoryImpl.createLoopType()
           
 LoopType DocumentRootImpl.getLoop()
           
 

Methods in eu.geclipse.jsdl.model.functions.impl with parameters of type LoopType
 NotificationChain DocumentRootImpl.basicSetLoop(LoopType newLoop, NotificationChain msgs)
           
 void DocumentRootImpl.setLoop(LoopType newLoop)
           
 

Uses of LoopType in eu.geclipse.jsdl.model.functions.util
 

Methods in eu.geclipse.jsdl.model.functions.util with parameters of type LoopType
 java.lang.Object FunctionsSwitch.caseLoopType(LoopType object)
          Returns the result of interpreting the object as an instance of 'Loop Type'
 

Uses of LoopType in eu.geclipse.jsdl.model.functions.validation
 

Methods in eu.geclipse.jsdl.model.functions.validation with parameters of type LoopType
 boolean DocumentRootValidator.validateLoop(LoopType value)
           
 


g-Eclipse
Release 1.0.0