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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp23 that return LoadOnStartupType
 LoadOnStartupType Webapp23Factory.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.webapp23 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.