Uses of Class
org.verapdf.wcag.algorithms.semanticalgorithms.utils.WCAGProgressStatus
-
Packages that use WCAGProgressStatus Package Description org.verapdf.wcag.algorithms.semanticalgorithms.consumers org.verapdf.wcag.algorithms.semanticalgorithms.utils -
-
Uses of WCAGProgressStatus in org.verapdf.wcag.algorithms.semanticalgorithms.consumers
Fields in org.verapdf.wcag.algorithms.semanticalgorithms.consumers declared as WCAGProgressStatus Modifier and Type Field Description protected static WCAGProgressStatusWCAGConsumer. wcagProgressStatusMethods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers that return WCAGProgressStatus Modifier and Type Method Description WCAGProgressStatusWCAGConsumer. getWCAGProgressStatus() -
Uses of WCAGProgressStatus in org.verapdf.wcag.algorithms.semanticalgorithms.utils
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.utils that return WCAGProgressStatus Modifier and Type Method Description static WCAGProgressStatusWCAGProgressStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WCAGProgressStatus[]WCAGProgressStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-