Uses of Class
com.adobe.epubcheck.vocab.DictVocab.EPUB_TYPES
-
Packages that use DictVocab.EPUB_TYPES Package Description com.adobe.epubcheck.vocab -
-
Uses of DictVocab.EPUB_TYPES in com.adobe.epubcheck.vocab
Fields in com.adobe.epubcheck.vocab with type parameters of type DictVocab.EPUB_TYPES Modifier and Type Field Description static EnumVocab<DictVocab.EPUB_TYPES>DictVocab. VOCABMethods in com.adobe.epubcheck.vocab that return DictVocab.EPUB_TYPES Modifier and Type Method Description static DictVocab.EPUB_TYPESDictVocab.EPUB_TYPES. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DictVocab.EPUB_TYPES[]DictVocab.EPUB_TYPES. values()Returns an array containing the constants of this enum type, in the order they are declared.
-