Uses of Class
edu.wisc.library.ocfl.core.storage.common.Listing.Type
-
Packages that use Listing.Type Package Description edu.wisc.library.ocfl.core.storage.common -
-
Uses of Listing.Type in edu.wisc.library.ocfl.core.storage.common
Methods in edu.wisc.library.ocfl.core.storage.common that return Listing.Type Modifier and Type Method Description Listing.TypeListing. getType()static Listing.TypeListing.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Listing.Type[]Listing.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.wisc.library.ocfl.core.storage.common with parameters of type Listing.Type Constructor Description Listing(Listing.Type type, String relativePath)
-