public class InternalDialPlan
extends java.lang.Object
implements java.io.Serializable
A collection of valid regular expressions that define the internal dial plan used in the organisation. The Total Recall VR system uses the entries in this set to determine whether calls originate or terminate on internal phones.
Constructor and Description |
---|
InternalDialPlan() |
InternalDialPlan(java.lang.String[] ruleStrings) |
Modifier and Type | Method and Description |
---|---|
void |
addRule(java.lang.String rule) |
void |
clear() |
java.lang.String[] |
getRules() |
java.lang.String |
getRuleString(int n) |
boolean |
isInternal(java.lang.String id) |
void |
removeRule(int n) |
void |
setRules(java.lang.String[] sRules) |
int |
size() |
public InternalDialPlan()
public InternalDialPlan(java.lang.String[] ruleStrings)
public void clear()
public int size()
public void addRule(java.lang.String rule)
public void removeRule(int n)
public java.lang.String getRuleString(int n)
public java.lang.String[] getRules()
public void setRules(java.lang.String[] sRules)
public boolean isInternal(java.lang.String id)
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.