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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp22 that return DisplayNameType
 DisplayNameType Webapp22Factory.createDisplayNameType()
          Returns a new object of class 'Display Name Type'.
 DisplayNameType DocumentRoot.getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 DisplayNameType ServletType.getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 DisplayNameType WebAppType.getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp22 with parameters of type DisplayNameType
 void DocumentRoot.setDisplayName(DisplayNameType value)
          Sets the value of the 'Display Name' containment reference.
 void ServletType.setDisplayName(DisplayNameType value)
          Sets the value of the 'Display Name' containment reference.
 void WebAppType.setDisplayName(DisplayNameType value)
          Sets the value of the 'Display Name' containment reference.