Uses of Enum Class
co.ecg.alpaca.commons.formatting.PhoneNumber.PhoneNumberFormat
Packages that use PhoneNumber.PhoneNumberFormat
-
Uses of PhoneNumber.PhoneNumberFormat in co.ecg.alpaca.commons.formatting
Methods in co.ecg.alpaca.commons.formatting that return PhoneNumber.PhoneNumberFormatModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PhoneNumber.PhoneNumberFormat[]PhoneNumber.PhoneNumberFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in co.ecg.alpaca.commons.formatting with parameters of type PhoneNumber.PhoneNumberFormatModifier and TypeMethodDescriptionPhoneNumber.getFormattedString(PhoneNumber.PhoneNumberFormat format) StringUtils.numbersAndRangesToNumberList(List<String> numbersAndRanges, PhoneNumber.PhoneNumberFormat numberFormat) numbersAndRangesToNumberList.