Uses of Class
de.tudarmstadt.ukp.inception.recommendation.api.model.TaskType.Type
-
Packages that use TaskType.Type Package Description de.tudarmstadt.ukp.inception.recommendation.api.model -
-
Uses of TaskType.Type in de.tudarmstadt.ukp.inception.recommendation.api.model
Methods in de.tudarmstadt.ukp.inception.recommendation.api.model that return TaskType.Type Modifier and Type Method Description static TaskType.Type
TaskType.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TaskType.Type[]
TaskType.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-