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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp30 that return ServletNameType
 ServletNameType Webapp30Factory.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.webapp30 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.