Uses of Enum Class
com.adobe.epubcheck.opf.ResourceCollection.Roles
Packages that use ResourceCollection.Roles
-
Uses of ResourceCollection.Roles in com.adobe.epubcheck.opf
Methods in com.adobe.epubcheck.opf that return ResourceCollection.RolesModifier and TypeMethodDescriptionstatic ResourceCollection.RolesReturns the enum constant of this class with the specified name.static ResourceCollection.Roles[]ResourceCollection.Roles.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.adobe.epubcheck.opf that return types with arguments of type ResourceCollection.RolesModifier and TypeMethodDescriptionstatic com.google.common.base.Optional<ResourceCollection.Roles> ResourceCollection.Roles.fromString(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.RolesModifier and TypeMethodDescriptionResourceCollections.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.