
org.asteriskjava.pbx.PhoneNumber Maven / Gradle / Ivy
package org.asteriskjava.pbx;
/**
* Provides an abstraction of a phone number. This allows different PBX's to
* store the phone numbers in a way that may be specific to the pbx.
*
* In general most PBX's there is no need for a special abstraction, however
* using the interface just makes the code clearer that we are passing a phone
* number.
*
* @author bsutton
*
*/
public interface PhoneNumber
{
// TODO
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy