Uses of Interface
org.eclipse.modisco.jee.webapp.webapp25.ServletNameType

Packages that use ServletNameType
org.eclipse.modisco.jee.webapp.webapp25   
 

Uses of ServletNameType in org.eclipse.modisco.jee.webapp.webapp25
 

Methods in org.eclipse.modisco.jee.webapp.webapp25 that return ServletNameType
 ServletNameType Webapp25Factory.createServletNameType()
          Returns a new object of class 'Servlet Name Type'.
 ServletNameType ServletMappingType.getServletName()
          Returns the value of the 'Servlet Name' containment reference.
 ServletNameType ServletType.getServletName()
          Returns the value of the 'Servlet Name' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp25 with parameters of type ServletNameType
 void ServletMappingType.setServletName(ServletNameType value)
          Sets the value of the 'Servlet Name' containment reference.
 void ServletType.setServletName(ServletNameType value)
          Sets the value of the 'Servlet Name' containment reference.