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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 that return QueryMethodType
 QueryMethodType EjbJar21Factory.createQueryMethodType()
          Returns a new object of class 'Query Method Type'.
 QueryMethodType QueryType.getQueryMethod()
          Returns the value of the 'Query Method' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 with parameters of type QueryMethodType
 void QueryType.setQueryMethod(QueryMethodType value)
          Sets the value of the 'Query Method' containment reference.