ca.infoway.messagebuilder.util.telephone
Class TelephoneParser
java.lang.Object
ca.infoway.messagebuilder.util.telephone.TelephoneParser
public class TelephoneParser
- extends Object
A utility to parse standard North-American telephone numbers.
- Author:
- Intelliware Development
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TelephoneParser
public TelephoneParser()
createTelephone
public Telephone createTelephone(String telephoneNumber)
Parse a string representation of a telephone into an object.
- Parameters:
telephoneNumber
- - the string representation of the telephone.
- Returns:
- - the telephone number as a parsed object.
Copyright © 2013. All Rights Reserved.