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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar30 that return MethodNameType
 MethodNameType EjbJar30Factory.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.EjbJar30 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.