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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp23 that return DisplayNameType
 DisplayNameType Webapp23Factory.createDisplayNameType()
          Returns a new object of class 'Display Name Type'.
 DisplayNameType DocumentRoot.getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 DisplayNameType FilterType.getDisplayName()
          Returns the value of the 'Display Name' containment reference.
 DisplayNameType SecurityConstraintType.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.webapp23 with parameters of type DisplayNameType
 void DocumentRoot.setDisplayName(DisplayNameType value)
          Sets the value of the 'Display Name' containment reference.
 void FilterType.setDisplayName(DisplayNameType value)
          Sets the value of the 'Display Name' containment reference.
 void SecurityConstraintType.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.