Uses of Class
com.adobe.epubcheck.opf.ResourceCollection.Roles
-
Packages that use ResourceCollection.Roles Package Description com.adobe.epubcheck.opf -
-
Uses of ResourceCollection.Roles in com.adobe.epubcheck.opf
Methods in com.adobe.epubcheck.opf that return ResourceCollection.Roles Modifier and Type Method Description static ResourceCollection.RolesResourceCollection.Roles. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResourceCollection.Roles[]ResourceCollection.Roles. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.epubcheck.opf that return types with arguments of type ResourceCollection.Roles Modifier and Type Method Description static com.google.common.base.Optional<ResourceCollection.Roles>ResourceCollection.Roles. fromString(java.lang.String role)Returns anOptionalcontaining the enum constant for the given role name orOptional.absent()if none is found.Methods in com.adobe.epubcheck.opf with parameters of type ResourceCollection.Roles Modifier and Type Method Description java.util.List<ResourceCollection>ResourceCollections. getByRole(ResourceCollection.Roles role)Returns the list of collections in this set with the given IDPF-reserved role.booleanResourceCollection. hasRole(ResourceCollection.Roles role)Returnstrueif this collection has the given IDPF-reserved role.booleanResourceCollections. hasRole(ResourceCollection.Roles role)Returnstrueif this set contains one or more collections with the given IDPF-reserved role.
-