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 InjectableInstance.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
InjectableInstance(T annotation, TaskType taskType, MetaConstructor constructor, MetaMethod method, MetaField field, MetaClass type, MetaParameter parm, Injector injector, InjectionContext injectionContext)
           
 



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