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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp23 that return IconType
 IconType Webapp23Factory.createIconType()
          Returns a new object of class 'Icon Type'.
 IconType DocumentRoot.getIcon()
          Returns the value of the 'Icon' containment reference.
 IconType FilterType.getIcon()
          Returns the value of the 'Icon' containment reference.
 IconType ServletType.getIcon()
          Returns the value of the 'Icon' containment reference.
 IconType WebAppType.getIcon()
          Returns the value of the 'Icon' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 with parameters of type IconType
 void DocumentRoot.setIcon(IconType value)
          Sets the value of the 'Icon' containment reference.
 void FilterType.setIcon(IconType value)
          Sets the value of the 'Icon' containment reference.
 void ServletType.setIcon(IconType value)
          Sets the value of the 'Icon' containment reference.
 void WebAppType.setIcon(IconType value)
          Sets the value of the 'Icon' containment reference.