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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 that return MethodNameType
 MethodNameType EjbJar20Factory.createMethodNameType()
          Returns a new object of class 'Method Name Type'.
 MethodNameType DocumentRoot.getMethodName()
          Returns the value of the 'Method Name' containment reference.
 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.EjbJar20 with parameters of type MethodNameType
 void DocumentRoot.setMethodName(MethodNameType value)
          Sets the value of the 'Method Name' containment reference.
 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.