Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar11.MethodParamsType

Packages that use MethodParamsType
org.eclipse.modisco.jee.ejbjar.EjbJar11   
 

Uses of MethodParamsType in org.eclipse.modisco.jee.ejbjar.EjbJar11
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar11 that return MethodParamsType
 MethodParamsType EjbJar11Factory.createMethodParamsType()
          Returns a new object of class 'Method Params Type'.
 MethodParamsType DocumentRoot.getMethodParams()
          Returns the value of the 'Method Params' containment reference.
 MethodParamsType MethodType.getMethodParams()
          Returns the value of the 'Method Params' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar11 with parameters of type MethodParamsType
 void DocumentRoot.setMethodParams(MethodParamsType value)
          Sets the value of the 'Method Params' containment reference.
 void MethodType.setMethodParams(MethodParamsType value)
          Sets the value of the 'Method Params' containment reference.