Uses of Class
se.liu.ida.critiquer.activities.parameters.TimeParameter.Type

Packages that use TimeParameter.Type
se.liu.ida.critiquer.activities.parameters Parameters of activities Classes related to parameters that define activities. 
 

Uses of TimeParameter.Type in se.liu.ida.critiquer.activities.parameters
 

Methods in se.liu.ida.critiquer.activities.parameters that return TimeParameter.Type
 TimeParameter.Type TimeParameter.getType()
           
static TimeParameter.Type TimeParameter.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimeParameter.Type[] TimeParameter.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in se.liu.ida.critiquer.activities.parameters with parameters of type TimeParameter.Type
TimeParameter(String name, TimeParameter.Type type, Activity a)