ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.EjbJarType

Packages that use EjbJarType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return EjbJarType
 EjbJarType<T> EjbJarType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 EjbJarType<T> EjbJarType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 EjbJarType<T> EjbJarType.ejbClientJar(String ejbClientJar)
          Sets the ejb-client-jar element
 EjbJarType<T> EjbJarType.metadataComplete(Boolean metadataComplete)
          Sets the metadata-complete attribute
 EjbJarType<T> EjbJarType.moduleName(String moduleName)
          Sets the module-name element
 EjbJarType<T> EjbJarType.removeAllDescription()
          Removes the description element
 EjbJarType<T> EjbJarType.removeAllDisplayName()
          Removes the display-name element
 EjbJarType<T> EjbJarType.removeAllIcon()
          Removes all icon elements
 EjbJarType<T> EjbJarType.removeAssemblyDescriptor()
          Removes the assembly-descriptor element
 EjbJarType<T> EjbJarType.removeEjbClientJar()
          Removes the ejb-client-jar element
 EjbJarType<T> EjbJarType.removeEnterpriseBeans()
          Removes the enterprise-beans element
 EjbJarType<T> EjbJarType.removeInterceptors()
          Removes the interceptors element
 EjbJarType<T> EjbJarType.removeMetadataComplete()
          Removes the metadata-complete attribute
 EjbJarType<T> EjbJarType.removeModuleName()
          Removes the module-name element
 EjbJarType<T> EjbJarType.removeRelationships()
          Removes the relationships element
 EjbJarType<T> EjbJarType.removeVersion()
          Removes the version attribute
 EjbJarType<T> EjbJarType.version(String version)
          Sets the version attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type EjbJarType
 IconType<EjbJarType<T>> EjbJarType.createIcon()
          Creates a new icon element
 List<IconType<EjbJarType<T>>> EjbJarType.getAllIcon()
          Returns all icon elements
 AssemblyDescriptorType<EjbJarType<T>> EjbJarType.getOrCreateAssemblyDescriptor()
          If not already created, a new assembly-descriptor element with the given value will be created.
 EnterpriseBeansType<EjbJarType<T>> EjbJarType.getOrCreateEnterpriseBeans()
          If not already created, a new enterprise-beans element with the given value will be created.
 IconType<EjbJarType<T>> EjbJarType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 InterceptorsType<EjbJarType<T>> EjbJarType.getOrCreateInterceptors()
          If not already created, a new interceptors element with the given value will be created.
 RelationshipsType<EjbJarType<T>> EjbJarType.getOrCreateRelationships()
          If not already created, a new relationships element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.