ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return MethodType
 MethodType<ContainerTransactionType<T>> ContainerTransactionType.createMethod()
          Creates a new method element
 MethodType<MethodPermissionType<T>> MethodPermissionType.createMethod()
          Creates a new method element
 MethodType<ExcludeListType<T>> ExcludeListType.createMethod()
          Creates a new method element
 MethodType<T> MethodType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 MethodType<T> MethodType.ejbName(String ejbName)
          Sets the ejb-name element
 MethodType<ContainerTransactionType<T>> ContainerTransactionType.getOrCreateMethod()
          If not already created, a new method element will be created and returned.
 MethodType<MethodPermissionType<T>> MethodPermissionType.getOrCreateMethod()
          If not already created, a new method element will be created and returned.
 MethodType<ExcludeListType<T>> ExcludeListType.getOrCreateMethod()
          If not already created, a new method element will be created and returned.
 MethodType<T> MethodType.methodIntf(MethodIntfType methodIntf)
          Sets the method-intf element
 MethodType<T> MethodType.methodIntf(String methodIntf)
          Sets the method-intf element
 MethodType<T> MethodType.methodName(String methodName)
          Sets the method-name element
 MethodType<T> MethodType.removeAllDescription()
          Removes the description element
 MethodType<T> MethodType.removeEjbName()
          Removes the ejb-name element
 MethodType<T> MethodType.removeMethodIntf()
          Removes the method-intf attribute
 MethodType<T> MethodType.removeMethodName()
          Removes the method-name element
 MethodType<T> MethodType.removeMethodParams()
          Removes the method-params element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type MethodType
 List<MethodType<ContainerTransactionType<T>>> ContainerTransactionType.getAllMethod()
          Returns all method elements
 List<MethodType<MethodPermissionType<T>>> MethodPermissionType.getAllMethod()
          Returns all method elements
 List<MethodType<ExcludeListType<T>>> ExcludeListType.getAllMethod()
          Returns all method elements
 MethodParamsType<MethodType<T>> MethodType.getOrCreateMethodParams()
          If not already created, a new method-params 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.