Uses of Class
org.jboss.shrinkwrap.descriptor.api.ejbjar31.MethodIntfType

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return MethodIntfType
static MethodIntfType MethodIntfType.getFromStringValue(java.lang.String value)
           
 MethodIntfType MethodType.getMethodIntf()
          Returns the method-intf element
static MethodIntfType MethodIntfType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MethodIntfType[] MethodIntfType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 with parameters of type MethodIntfType
 MethodType<T> MethodType.setMethodIntf(MethodIntfType methodIntf)
          If not already created, a new method-intf element with the given value will be created.
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return MethodIntfType
 MethodIntfType MethodTypeImpl.getMethodIntf()
          Returns the method-intf element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 with parameters of type MethodIntfType
 MethodType<T> MethodTypeImpl.setMethodIntf(MethodIntfType methodIntf)
          If not already created, a new method-intf element with the given value will be created.