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

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

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

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

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