Uses of Interface
org.jboss.shrinkwrap.descriptor.api.application5.ModuleType

Packages that use ModuleType
org.jboss.shrinkwrap.descriptor.api.application5 Provides the interfaces and enumeration types as defined in the schema application_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.application5 Provides the implementation classes as defined in the schema application_5.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.application5 that return ModuleType
 ModuleType<ApplicationType<T>> ApplicationType.module()
          Returns the module element
 ModuleType<Application5Descriptor> Application5Descriptor.module()
          Returns the module element
 ModuleType<T> ModuleType.removeAltDd()
          Removes the alt-dd element
 ModuleType<T> ModuleType.removeConnector()
          Removes the connector element
 ModuleType<T> ModuleType.removeEjb()
          Removes the ejb element
 ModuleType<T> ModuleType.removeJava()
          Removes the java element
 ModuleType<T> ModuleType.removeWeb()
          Removes the web element
 ModuleType<T> ModuleType.setAltDd(java.lang.String altDd)
          If not already created, a new alt-dd element with the given value will be created.
 ModuleType<T> ModuleType.setConnector(java.lang.String connector)
          If not already created, a new connector element with the given value will be created.
 ModuleType<T> ModuleType.setEjb(java.lang.String ejb)
          If not already created, a new ejb element with the given value will be created.
 ModuleType<T> ModuleType.setJava(java.lang.String java)
          If not already created, a new java element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.application5 that return types with arguments of type ModuleType
 java.util.List<ModuleType<ApplicationType<T>>> ApplicationType.getModuleList()
          Returns all module elements
 java.util.List<ModuleType<Application5Descriptor>> Application5Descriptor.getModuleList()
          Returns all module elements
 WebType<ModuleType<T>> ModuleType.web()
          If not already created, a new web element will be created and returned.
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.application5 that implement ModuleType
 class ModuleTypeImpl<T>
          This class implements the moduleType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.application5 that return ModuleType
 ModuleType<Application5Descriptor> Application5DescriptorImpl.module()
          Returns the module element
 ModuleType<ApplicationType<T>> ApplicationTypeImpl.module()
          Returns the module element
 ModuleType<T> ModuleTypeImpl.removeAltDd()
          Removes the alt-dd element
 ModuleType<T> ModuleTypeImpl.removeConnector()
          Removes the connector element
 ModuleType<T> ModuleTypeImpl.removeEjb()
          Removes the ejb element
 ModuleType<T> ModuleTypeImpl.removeJava()
          Removes the java element
 ModuleType<T> ModuleTypeImpl.removeWeb()
          Removes the web element
 ModuleType<T> ModuleTypeImpl.setAltDd(java.lang.String altDd)
          If not already created, a new alt-dd element with the given value will be created.
 ModuleType<T> ModuleTypeImpl.setConnector(java.lang.String connector)
          If not already created, a new connector element with the given value will be created.
 ModuleType<T> ModuleTypeImpl.setEjb(java.lang.String ejb)
          If not already created, a new ejb element with the given value will be created.
 ModuleType<T> ModuleTypeImpl.setJava(java.lang.String java)
          If not already created, a new java element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.application5 that return types with arguments of type ModuleType
 java.util.List<ModuleType<Application5Descriptor>> Application5DescriptorImpl.getModuleList()
          Returns all module elements
 java.util.List<ModuleType<ApplicationType<T>>> ApplicationTypeImpl.getModuleList()
          Returns all module elements
 WebType<ModuleType<T>> ModuleTypeImpl.web()
          If not already created, a new web element will be created and returned.