Uses of Class
de.creativecouple.validation.isbn.ISBNValidatorBuilder.HyphenationOption
-
-
Uses of ISBNValidatorBuilder.HyphenationOption in de.creativecouple.validation.isbn
Methods in de.creativecouple.validation.isbn that return ISBNValidatorBuilder.HyphenationOption Modifier and Type Method Description static ISBNValidatorBuilder.HyphenationOptionISBNValidatorBuilder.HyphenationOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ISBNValidatorBuilder.HyphenationOption[]ISBNValidatorBuilder.HyphenationOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.creativecouple.validation.isbn with parameters of type ISBNValidatorBuilder.HyphenationOption Modifier and Type Method Description ISBNValidatorISBNValidatorBuilder. hyphenation(ISBNValidatorBuilder.HyphenationOption option)Builds an ISBNValidation object with the given hyphenation style.
-