Uses of Class
org.jboss.errai.ioc.rebind.ioc.TaskType

Packages that use TaskType
org.jboss.errai.ioc.rebind.ioc   
 

Uses of TaskType in org.jboss.errai.ioc.rebind.ioc
 

Fields in org.jboss.errai.ioc.rebind.ioc declared as TaskType
protected  TaskType InjectionTask.injectType
           
 

Methods in org.jboss.errai.ioc.rebind.ioc that return TaskType
 TaskType InjectionTask.getInjectType()
           
 TaskType InjectionPoint.getTaskType()
           
static TaskType TaskType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TaskType[] TaskType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jboss.errai.ioc.rebind.ioc with parameters of type TaskType
InjectionPoint(T annotation, TaskType taskType, com.google.gwt.core.ext.typeinfo.JConstructor constructor, com.google.gwt.core.ext.typeinfo.JMethod method, com.google.gwt.core.ext.typeinfo.JField field, com.google.gwt.core.ext.typeinfo.JClassType type, com.google.gwt.core.ext.typeinfo.JParameter parm, Injector injector, InjectionContext injectionContext)
           
 



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