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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp22 that return IconType
 IconType Webapp22Factory.createIconType()
          Returns a new object of class 'Icon Type'.
 IconType DocumentRoot.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.webapp22 with parameters of type IconType
 void DocumentRoot.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.