Uses of Interface
org.eclipse.jst.j2ee.common.IconType

Packages that use IconType
org.eclipse.jst.j2ee.common This package includes api the common model artifacts that include (Resource References, EJB References, Display Name, Description Group, Security roles, Environment variables).  
org.eclipse.jst.j2ee.webservice.wsdd This package includes the web services deployment descriptor common model api.  
 

Uses of IconType in org.eclipse.jst.j2ee.common
 

Methods in org.eclipse.jst.j2ee.common that return IconType
 IconType CommonFactory.createIconType()
          Returns a new object of class 'Icon Type'
 

Uses of IconType in org.eclipse.jst.j2ee.webservice.wsdd
 

Methods in org.eclipse.jst.j2ee.webservice.wsdd that return IconType
 IconType PortComponent.getIconType()
          Returns the value of the 'Icon Type' containment reference
 IconType WebServiceDescription.getIconType()
          Returns the value of the 'Icon Type' containment reference
 

Methods in org.eclipse.jst.j2ee.webservice.wsdd with parameters of type IconType
 void PortComponent.setIconType(IconType value)
          Sets the value of the 'Icon Type' containment reference
 void WebServiceDescription.setIconType(IconType value)
          Sets the value of the 'Icon Type' containment reference