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

Packages that use MethodType
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 MethodType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return MethodType
 MethodType<MethodPermissionType<T>> MethodPermissionType.method()
          Returns the method element
 MethodType<ExcludeListType<T>> ExcludeListType.method()
          Returns the method element
 MethodType<ContainerTransactionType<T>> ContainerTransactionType.method()
          Returns the method element
 MethodType<T> MethodType.removeAllDescription()
          Removes the description element
 MethodType<T> MethodType.removeEjbName()
          Removes the ejb-name element
 MethodType<T> MethodType.removeMethodName()
          Removes the method-name element
 MethodType<T> MethodType.removeMethodParams()
          Removes the method-params element
 MethodType<T> MethodType.setDescription(java.lang.String description)
          Creates a new description element
 MethodType<T> MethodType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 MethodType<T> MethodType.setEjbName(java.lang.String ejbName)
          If not already created, a new ejb-name element with the given value will be created.
 MethodType<T> MethodType.setMethodIntf(MethodIntfType methodIntf)
          If not already created, a new method-intf element with the given value will be created.
 MethodType<T> MethodType.setMethodIntf(java.lang.String methodIntf)
          If not already created, a new method-intf element with the given value will be created.
 MethodType<T> MethodType.setMethodName(java.lang.String methodName)
          If not already created, a new method-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type MethodType
 java.util.List<MethodType<MethodPermissionType<T>>> MethodPermissionType.getMethodList()
          Returns all method elements
 java.util.List<MethodType<ExcludeListType<T>>> ExcludeListType.getMethodList()
          Returns all method elements
 java.util.List<MethodType<ContainerTransactionType<T>>> ContainerTransactionType.getMethodList()
          Returns all method elements
 MethodParamsType<MethodType<T>> MethodType.methodParams()
          If not already created, a new method-params element will be created and returned.
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement MethodType
 class MethodTypeImpl<T>
          This class implements the methodType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return MethodType
 MethodType<MethodPermissionType<T>> MethodPermissionTypeImpl.method()
          Returns the method element
 MethodType<ExcludeListType<T>> ExcludeListTypeImpl.method()
          Returns the method element
 MethodType<ContainerTransactionType<T>> ContainerTransactionTypeImpl.method()
          Returns the method element
 MethodType<T> MethodTypeImpl.removeAllDescription()
          Removes the description element
 MethodType<T> MethodTypeImpl.removeEjbName()
          Removes the ejb-name element
 MethodType<T> MethodTypeImpl.removeMethodName()
          Removes the method-name element
 MethodType<T> MethodTypeImpl.removeMethodParams()
          Removes the method-params element
 MethodType<T> MethodTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 MethodType<T> MethodTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 MethodType<T> MethodTypeImpl.setEjbName(java.lang.String ejbName)
          If not already created, a new ejb-name element with the given value will be created.
 MethodType<T> MethodTypeImpl.setMethodIntf(MethodIntfType methodIntf)
          If not already created, a new method-intf element with the given value will be created.
 MethodType<T> MethodTypeImpl.setMethodIntf(java.lang.String methodIntf)
          If not already created, a new method-intf element with the given value will be created.
 MethodType<T> MethodTypeImpl.setMethodName(java.lang.String methodName)
          If not already created, a new method-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type MethodType
 java.util.List<MethodType<MethodPermissionType<T>>> MethodPermissionTypeImpl.getMethodList()
          Returns all method elements
 java.util.List<MethodType<ExcludeListType<T>>> ExcludeListTypeImpl.getMethodList()
          Returns all method elements
 java.util.List<MethodType<ContainerTransactionType<T>>> ContainerTransactionTypeImpl.getMethodList()
          Returns all method elements
 MethodParamsType<MethodType<T>> MethodTypeImpl.methodParams()
          If not already created, a new method-params element will be created and returned.