Uses of Interface
org.eclipse.modisco.jee.webapp.webapp22.LoadOnStartupType

Packages that use LoadOnStartupType
org.eclipse.modisco.jee.webapp.webapp22   
 

Uses of LoadOnStartupType in org.eclipse.modisco.jee.webapp.webapp22
 

Methods in org.eclipse.modisco.jee.webapp.webapp22 that return LoadOnStartupType
 LoadOnStartupType Webapp22Factory.createLoadOnStartupType()
          Returns a new object of class 'Load On Startup Type'.
 LoadOnStartupType DocumentRoot.getLoadOnStartup()
          Returns the value of the 'Load On Startup' containment reference.
 LoadOnStartupType ServletType.getLoadOnStartup()
          Returns the value of the 'Load On Startup' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp22 with parameters of type LoadOnStartupType
 void DocumentRoot.setLoadOnStartup(LoadOnStartupType value)
          Sets the value of the 'Load On Startup' containment reference.
 void ServletType.setLoadOnStartup(LoadOnStartupType value)
          Sets the value of the 'Load On Startup' containment reference.