Uses of Class
org.jboss.shrinkwrap.descriptor.api.ejbjar30.ResultTypeMappingType

Packages that use ResultTypeMappingType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of ResultTypeMappingType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return ResultTypeMappingType
static ResultTypeMappingType ResultTypeMappingType.getFromStringValue(String value)
           
 ResultTypeMappingType QueryType.getResultTypeMapping()
          Returns the result-type-mapping element
static ResultTypeMappingType ResultTypeMappingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResultTypeMappingType[] ResultTypeMappingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 with parameters of type ResultTypeMappingType
 QueryType<T> QueryType.resultTypeMapping(ResultTypeMappingType resultTypeMapping)
          Sets the result-type-mapping element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.