Uses of Class
org.verapdf.processor.TaskType
-
Packages that use TaskType Package Description org.verapdf.processor -
-
Uses of TaskType in org.verapdf.processor
Methods in org.verapdf.processor that return TaskType Modifier and Type Method Description static TaskTypeTaskType. fromString(String toParse)TaskTypeTaskResult. getType()static TaskTypeTaskType. 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.Methods in org.verapdf.processor that return types with arguments of type TaskType Modifier and Type Method Description EnumMap<TaskType,TaskResult>ProcessorResult. getResults()EnumSet<TaskType>ProcessorConfig. getTasks()EnumSet<TaskType>ProcessorResult. getTaskTypes()Methods in org.verapdf.processor with parameters of type TaskType Modifier and Type Method Description TaskResultProcessorResult. getResultForTask(TaskType taskType)booleanProcessorConfig. hasTask(TaskType toCheck)
-