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

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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar11 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.