com.liferay.util.format
Class USAPhoneNumberFormat
java.lang.Object
com.liferay.util.format.USAPhoneNumberFormat
- All Implemented Interfaces:
- PhoneNumberFormat
Deprecated. com.liferay.portal.format.USAPhoneNumberFormatImpl
public class USAPhoneNumberFormat
- extends Object
- implements PhoneNumberFormat
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USAPhoneNumberFormat
public USAPhoneNumberFormat()
- Deprecated.
format
public String format(String phoneNumber)
- Deprecated.
- Specified by:
format
in interface PhoneNumberFormat
strip
public String strip(String phoneNumber)
- Deprecated.
- Specified by:
strip
in interface PhoneNumberFormat
validate
public boolean validate(String phoneNumber)
- Deprecated.
- Specified by:
validate
in interface PhoneNumberFormat