Uses of Class
com.adobe.epubcheck.nav.NavHandler.NavType
-
Packages that use NavHandler.NavType Package Description com.adobe.epubcheck.nav -
-
Uses of NavHandler.NavType in com.adobe.epubcheck.nav
Fields in com.adobe.epubcheck.nav declared as NavHandler.NavType Modifier and Type Field Description private NavHandler.NavTypeNavHandler. currentNavTypeFields in com.adobe.epubcheck.nav with type parameters of type NavHandler.NavType Modifier and Type Field Description static java.util.EnumSet<NavHandler.NavType>NavHandler.NavType. TOC__PAGE_LISTstatic java.util.EnumSet<NavHandler.NavType>NavHandler.NavType. TOC__PAGE_LIST__LANDMARKSMethods in com.adobe.epubcheck.nav that return NavHandler.NavType Modifier and Type Method Description static NavHandler.NavTypeNavHandler.NavType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NavHandler.NavType[]NavHandler.NavType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-