Uses of Class
org.eclipse.jst.j2ee.ejb.ReturnTypeMapping

Packages that use ReturnTypeMapping
org.eclipse.jst.j2ee.ejb This package includes the enterprise bean module model api.  
 

Uses of ReturnTypeMapping in org.eclipse.jst.j2ee.ejb
 

Fields in org.eclipse.jst.j2ee.ejb declared as ReturnTypeMapping
static ReturnTypeMapping ReturnTypeMapping.LOCAL_LITERAL
          The 'Local' literal object
static ReturnTypeMapping ReturnTypeMapping.REMOTE_LITERAL
          The 'Remote' literal object
 

Methods in org.eclipse.jst.j2ee.ejb that return ReturnTypeMapping
 ReturnTypeMapping Query.getReturnTypeMapping()
           
static ReturnTypeMapping ReturnTypeMapping.get(java.lang.String literal)
          Returns the 'Return Type Mapping' literal with the specified literal value
static ReturnTypeMapping ReturnTypeMapping.getByName(java.lang.String name)
          Returns the 'Return Type Mapping' literal with the specified name
static ReturnTypeMapping ReturnTypeMapping.get(int value)
          Returns the 'Return Type Mapping' literal with the specified integer value
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type ReturnTypeMapping
 void Query.setReturnTypeMapping(ReturnTypeMapping value)
          Sets the value of the 'Return Type Mapping' attribute