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

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

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

Methods in se.liu.ida.critiquer.activities.parameters that return LocationParameter.Type
 LocationParameter.Type LocationParameter.getType()
           
static LocationParameter.Type LocationParameter.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LocationParameter.Type[] LocationParameter.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 LocationParameter.Type
LocationParameter(LocationParameter.Type type, String name, Activity a)