Uses of Class
edu.wisc.library.ocfl.core.validation.storage.Listing.Type
-
Packages that use Listing.Type Package Description edu.wisc.library.ocfl.core.validation.storage -
-
Uses of Listing.Type in edu.wisc.library.ocfl.core.validation.storage
Methods in edu.wisc.library.ocfl.core.validation.storage 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.validation.storage with parameters of type Listing.Type Constructor Description Listing(Listing.Type type, String relativePath)
-