Uses of Class
edu.wisc.library.ocfl.core.path.constraint.PathLengthConstraint.Type
-
Packages that use PathLengthConstraint.Type Package Description edu.wisc.library.ocfl.core.path.constraint -
-
Uses of PathLengthConstraint.Type in edu.wisc.library.ocfl.core.path.constraint
Methods in edu.wisc.library.ocfl.core.path.constraint that return PathLengthConstraint.Type Modifier and Type Method Description static PathLengthConstraint.TypePathLengthConstraint.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PathLengthConstraint.Type[]PathLengthConstraint.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.path.constraint with parameters of type PathLengthConstraint.Type Constructor Description PathLengthConstraint(int maxLength, PathLengthConstraint.Type type)
-