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

Packages that use ExcludeListType
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.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return ExcludeListType
 ExcludeListType<AssemblyDescriptorType<T>> AssemblyDescriptorType.excludeList()
          If not already created, a new exclude-list element will be created and returned.
 ExcludeListType<T> ExcludeListType.removeAllDescription()
          Removes the description element
 ExcludeListType<T> ExcludeListType.removeAllMethod()
          Removes all method elements
 ExcludeListType<T> ExcludeListType.setDescription(java.lang.String description)
          Creates a new description element
 ExcludeListType<T> ExcludeListType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type ExcludeListType
 java.util.List<MethodType<ExcludeListType<T>>> ExcludeListType.getMethodList()
          Returns all method elements
 MethodType<ExcludeListType<T>> ExcludeListType.method()
          Returns the method element
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement ExcludeListType
 class ExcludeListTypeImpl<T>
          This class implements the exclude-listType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return ExcludeListType
 ExcludeListType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.excludeList()
          If not already created, a new exclude-list element will be created and returned.
 ExcludeListType<T> ExcludeListTypeImpl.removeAllDescription()
          Removes the description element
 ExcludeListType<T> ExcludeListTypeImpl.removeAllMethod()
          Removes all method elements
 ExcludeListType<T> ExcludeListTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 ExcludeListType<T> ExcludeListTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type ExcludeListType
 java.util.List<MethodType<ExcludeListType<T>>> ExcludeListTypeImpl.getMethodList()
          Returns all method elements
 MethodType<ExcludeListType<T>> ExcludeListTypeImpl.method()
          Returns the method element