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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp23 that return RunAsType
 RunAsType Webapp23Factory.createRunAsType()
          Returns a new object of class 'Run As Type'.
 RunAsType DocumentRoot.getRunAs()
          Returns the value of the 'Run As' containment reference.
 RunAsType ServletType.getRunAs()
          Returns the value of the 'Run As' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 with parameters of type RunAsType
 void DocumentRoot.setRunAs(RunAsType value)
          Sets the value of the 'Run As' containment reference.
 void ServletType.setRunAs(RunAsType value)
          Sets the value of the 'Run As' containment reference.