Uses of Class
org.w3c.epubcheck.core.CheckerFactory.CheckerTypes
-
Packages that use CheckerFactory.CheckerTypes Package Description org.w3c.epubcheck.core -
-
Uses of CheckerFactory.CheckerTypes in org.w3c.epubcheck.core
Methods in org.w3c.epubcheck.core that return CheckerFactory.CheckerTypes Modifier and Type Method Description static CheckerFactory.CheckerTypesCheckerFactory.CheckerTypes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CheckerFactory.CheckerTypes[]CheckerFactory.CheckerTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-