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

Packages that use IconType
org.jboss.shrinkwrap.descriptor.api.application5 Provides the interfaces and enumeration types as defined in the schema application_5.xsd 
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 Provides the interfaces and enumeration types as defined in the schema javaee_web_services_client_1_2.xsd 
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.application5 Provides the implementation classes as defined in the schema application_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee5 Provides the implementation classes as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 Provides the implementation classes as defined in the schema javaee_web_services_client_1_2.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

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

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return IconType
 IconType<EjbJar30Descriptor> EjbJar30Descriptor.icon()
          Returns the icon element
 IconType<MessageDrivenBeanType<T>> MessageDrivenBeanType.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.ejbjar30 that return types with arguments of type IconType
 java.util.List<IconType<EjbJar30Descriptor>> EjbJar30Descriptor.getIconList()
          Returns all icon elements
 java.util.List<IconType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.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.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 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.javaee5 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.javaeewebservicesclient12
 

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return IconType
 IconType<GenericBeanType<T>> GenericBeanType.icon()
          Returns the icon element
 IconType<MessageDrivenBeanType<T>> MessageDrivenBeanType.icon()
          Returns the icon element
 IconType<ServiceBeanType<T>> ServiceBeanType.icon()
          Returns the icon element
 IconType<JbossType<T>> JbossType.icon()
          Returns the icon element
 IconType<Jboss51Descriptor> Jboss51Descriptor.icon()
          Returns the icon element
 IconType<ConsumerBeanType<T>> ConsumerBeanType.icon()
          Returns the icon element
 IconType<SessionBeanType<T>> SessionBeanType.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type IconType
 java.util.List<IconType<GenericBeanType<T>>> GenericBeanType.getIconList()
          Returns all icon elements
 java.util.List<IconType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getIconList()
          Returns all icon elements
 java.util.List<IconType<ServiceBeanType<T>>> ServiceBeanType.getIconList()
          Returns all icon elements
 java.util.List<IconType<JbossType<T>>> JbossType.getIconList()
          Returns all icon elements
 java.util.List<IconType<Jboss51Descriptor>> Jboss51Descriptor.getIconList()
          Returns all icon elements
 java.util.List<IconType<ConsumerBeanType<T>>> ConsumerBeanType.getIconList()
          Returns all icon elements
 java.util.List<IconType<SessionBeanType<T>>> SessionBeanType.getIconList()
          Returns all icon elements
 

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

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.impl.application5 that return IconType
 IconType<Application5Descriptor> Application5DescriptorImpl.icon()
          Returns the icon element
 IconType<ApplicationType<T>> ApplicationTypeImpl.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.application5 that return types with arguments of type IconType
 java.util.List<IconType<Application5Descriptor>> Application5DescriptorImpl.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.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return IconType
 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
 IconType<EjbJar30Descriptor> EjbJar30DescriptorImpl.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type IconType
 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
 java.util.List<IconType<EjbJar30Descriptor>> EjbJar30DescriptorImpl.getIconList()
          Returns all icon elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 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.javaee5 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.javaeewebservicesclient12
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that return IconType
 IconType<ServiceRefHandlerType<T>> ServiceRefHandlerTypeImpl.icon()
          Returns the icon element
 IconType<ServiceRefType<T>> ServiceRefTypeImpl.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that return types with arguments of type IconType
 java.util.List<IconType<ServiceRefHandlerType<T>>> ServiceRefHandlerTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<ServiceRefType<T>>> ServiceRefTypeImpl.getIconList()
          Returns all icon elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return IconType
 IconType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.icon()
          Returns the icon element
 IconType<ServiceBeanType<T>> ServiceBeanTypeImpl.icon()
          Returns the icon element
 IconType<Jboss51Descriptor> Jboss51DescriptorImpl.icon()
          Returns the icon element
 IconType<SessionBeanType<T>> SessionBeanTypeImpl.icon()
          Returns the icon element
 IconType<GenericBeanType<T>> GenericBeanTypeImpl.icon()
          Returns the icon element
 IconType<ConsumerBeanType<T>> ConsumerBeanTypeImpl.icon()
          Returns the icon element
 IconType<JbossType<T>> JbossTypeImpl.icon()
          Returns the icon element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type IconType
 java.util.List<IconType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<ServiceBeanType<T>>> ServiceBeanTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<Jboss51Descriptor>> Jboss51DescriptorImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<SessionBeanType<T>>> SessionBeanTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<GenericBeanType<T>>> GenericBeanTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<ConsumerBeanType<T>>> ConsumerBeanTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<IconType<JbossType<T>>> JbossTypeImpl.getIconList()
          Returns all icon elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return IconType
 IconType<MessageDestinationType<T>> MessageDestinationTypeImpl.icon()
          Returns the icon element
 

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