Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.IconType

Packages that use IconType
org.jboss.shrinkwrap.descriptor.api.application6 Provides the interfaces and enumeration types as defined in the schema application_6.xsd 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.api.jsp22 Provides the interfaces and enumeration types as defined in the schema jsp_2_2.xsd 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.application6 Provides the implementation classes as defined in the schema application_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.jsp22 Provides the implementation classes as defined in the schema jsp_2_2.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.application6
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return IconType
 IconType<ApplicationType<T>> ApplicationType.icon()
          Returns the icon element
 IconType<Application6Descriptor> Application6Descriptor.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type IconType
 java.util.List<IconType<ApplicationType<T>>> ApplicationType.getIconList()
          Returns all icon elements
 java.util.List<IconType<Application6Descriptor>> Application6Descriptor.getIconList()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return IconType
 IconType<MessageDrivenBeanType<T>> MessageDrivenBeanType.icon()
          Returns the icon element
 IconType<EjbJar31Descriptor> EjbJar31Descriptor.icon()
          Returns the icon element
 IconType<EjbJarType<T>> EjbJarType.icon()
          Returns the icon element
 IconType<SessionBeanType<T>> SessionBeanType.icon()
          Returns the icon element
 IconType<EntityBeanType<T>> EntityBeanType.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type IconType
 java.util.List<IconType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getIconList()
          Returns all icon elements
 java.util.List<IconType<EjbJar31Descriptor>> EjbJar31Descriptor.getIconList()
          Returns all icon elements
 java.util.List<IconType<EjbJarType<T>>> EjbJarType.getIconList()
          Returns all icon elements
 java.util.List<IconType<SessionBeanType<T>>> SessionBeanType.getIconList()
          Returns all icon elements
 java.util.List<IconType<EntityBeanType<T>>> EntityBeanType.getIconList()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return IconType
 IconType<ListenerType<T>> ListenerType.icon()
          Returns the icon element
 IconType<MessageDestinationType<T>> MessageDestinationType.icon()
          Returns the icon element
 IconType<T> IconType.removeLargeIcon()
          Removes the large-icon element
 IconType<T> IconType.removeSmallIcon()
          Removes the small-icon element
 IconType<T> IconType.setLargeIcon(java.lang.String largeIcon)
          If not already created, a new large-icon element with the given value will be created.
 IconType<T> IconType.setSmallIcon(java.lang.String smallIcon)
          If not already created, a new small-icon element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type IconType
 java.util.List<IconType<ListenerType<T>>> ListenerType.getIconList()
          Returns all icon elements
 java.util.List<IconType<MessageDestinationType<T>>> MessageDestinationType.getIconList()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.jsp22
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsp22 that return IconType
 IconType<JspPropertyGroupType<T>> JspPropertyGroupType.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsp22 that return types with arguments of type IconType
 java.util.List<IconType<JspPropertyGroupType<T>>> JspPropertyGroupType.getIconList()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return IconType
 IconType<WebApp30Descriptor> WebApp30Descriptor.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type IconType
 java.util.List<IconType<WebApp30Descriptor>> WebApp30Descriptor.getIconList()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return IconType
 IconType<ServletType<T>> ServletType.icon()
          Returns the icon element
 IconType<FilterType<T>> FilterType.icon()
          Returns the icon element
 IconType<WebFragmentType<T>> WebFragmentType.icon()
          Returns the icon element
 IconType<WebAppType<T>> WebAppType.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type IconType
 java.util.List<IconType<ServletType<T>>> ServletType.getIconList()
          Returns all icon elements
 java.util.List<IconType<FilterType<T>>> FilterType.getIconList()
          Returns all icon elements
 java.util.List<IconType<WebFragmentType<T>>> WebFragmentType.getIconList()
          Returns all icon elements
 java.util.List<IconType<WebAppType<T>>> WebAppType.getIconList()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return IconType
 IconType<WebFragment30Descriptor> WebFragment30Descriptor.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type IconType
 java.util.List<IconType<WebFragment30Descriptor>> WebFragment30Descriptor.getIconList()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.impl.application6
 

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return IconType
 IconType<Application6Descriptor> Application6DescriptorImpl.icon()
          Returns the icon element
 IconType<ApplicationType<T>> ApplicationTypeImpl.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return types with arguments of type IconType
 java.util.List<IconType<Application6Descriptor>> Application6DescriptorImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<ApplicationType<T>>> ApplicationTypeImpl.getIconList()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return IconType
 IconType<EjbJar31Descriptor> EjbJar31DescriptorImpl.icon()
          Returns the icon element
 IconType<EntityBeanType<T>> EntityBeanTypeImpl.icon()
          Returns the icon element
 IconType<SessionBeanType<T>> SessionBeanTypeImpl.icon()
          Returns the icon element
 IconType<EjbJarType<T>> EjbJarTypeImpl.icon()
          Returns the icon element
 IconType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type IconType
 java.util.List<IconType<EjbJar31Descriptor>> EjbJar31DescriptorImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<EntityBeanType<T>>> EntityBeanTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<SessionBeanType<T>>> SessionBeanTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<EjbJarType<T>>> EjbJarTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getIconList()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.impl.javaee6
 

Classes in org.jboss.shrinkwrap.descriptor.impl.javaee6 that implement IconType
 class IconTypeImpl<T>
          This class implements the iconType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return IconType
 IconType<MessageDestinationType<T>> MessageDestinationTypeImpl.icon()
          Returns the icon element
 IconType<ListenerType<T>> ListenerTypeImpl.icon()
          Returns the icon element
 IconType<T> IconTypeImpl.removeLargeIcon()
          Removes the large-icon element
 IconType<T> IconTypeImpl.removeSmallIcon()
          Removes the small-icon element
 IconType<T> IconTypeImpl.setLargeIcon(java.lang.String largeIcon)
          If not already created, a new large-icon element with the given value will be created.
 IconType<T> IconTypeImpl.setSmallIcon(java.lang.String smallIcon)
          If not already created, a new small-icon element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type IconType
 java.util.List<IconType<MessageDestinationType<T>>> MessageDestinationTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<ListenerType<T>>> ListenerTypeImpl.getIconList()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.impl.jsp22
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jsp22 that return IconType
 IconType<JspPropertyGroupType<T>> JspPropertyGroupTypeImpl.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jsp22 that return types with arguments of type IconType
 java.util.List<IconType<JspPropertyGroupType<T>>> JspPropertyGroupTypeImpl.getIconList()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.impl.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return IconType
 IconType<WebApp30Descriptor> WebApp30DescriptorImpl.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type IconType
 java.util.List<IconType<WebApp30Descriptor>> WebApp30DescriptorImpl.getIconList()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.impl.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return IconType
 IconType<ServletType<T>> ServletTypeImpl.icon()
          Returns the icon element
 IconType<WebFragmentType<T>> WebFragmentTypeImpl.icon()
          Returns the icon element
 IconType<WebAppType<T>> WebAppTypeImpl.icon()
          Returns the icon element
 IconType<FilterType<T>> FilterTypeImpl.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type IconType
 java.util.List<IconType<ServletType<T>>> ServletTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<WebFragmentType<T>>> WebFragmentTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<WebAppType<T>>> WebAppTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<FilterType<T>>> FilterTypeImpl.getIconList()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.impl.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return IconType
 IconType<WebFragment30Descriptor> WebFragment30DescriptorImpl.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type IconType
 java.util.List<IconType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getIconList()
          Returns all icon elements