Uses of Class
net.incongru.taskman.Assignee.Type

Packages that use Assignee.Type
net.incongru.taskman   
 

Uses of Assignee.Type in net.incongru.taskman
 

Methods in net.incongru.taskman that return Assignee.Type
 Assignee.Type AssigneeImpl.getType()
           
 Assignee.Type Assignee.getType()
           
static Assignee.Type Assignee.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Assignee.Type[] Assignee.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.incongru.taskman with parameters of type Assignee.Type
 void AssigneeImpl.setType(Assignee.Type type)
           
 

Constructors in net.incongru.taskman with parameters of type Assignee.Type
AssigneeImpl(Assignee.Type type, java.lang.String name)
           
 



Copyright © 2004-2007. All Rights Reserved.