Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar21.MethodNameType

Packages that use MethodNameType
org.eclipse.modisco.jee.ejbjar.EjbJar21   
 

Uses of MethodNameType in org.eclipse.modisco.jee.ejbjar.EjbJar21
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 that return MethodNameType
 MethodNameType EjbJar21Factory.createMethodNameType()
          Returns a new object of class 'Method Name Type'.
 MethodNameType MethodType.getMethodName()
          Returns the value of the 'Method Name' containment reference.
 MethodNameType QueryMethodType.getMethodName()
          Returns the value of the 'Method Name' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 with parameters of type MethodNameType
 void MethodType.setMethodName(MethodNameType value)
          Sets the value of the 'Method Name' containment reference.
 void QueryMethodType.setMethodName(MethodNameType value)
          Sets the value of the 'Method Name' containment reference.