com.arunta.base.settings
Class InternalDialPlan
java.lang.Object
com.arunta.base.settings.InternalDialPlan
- All Implemented Interfaces:
- java.io.Serializable
public class InternalDialPlan
- extends java.lang.Object
- implements java.io.Serializable
Total Recall VR system Internal Dial Plan configuration.
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalDialPlan
public InternalDialPlan()
InternalDialPlan
public InternalDialPlan(java.lang.String[] ruleStrings)
clear
public void clear()
size
public int size()
addRule
public void addRule(java.lang.String rule)
removeRule
public void removeRule(int n)
getRuleString
public java.lang.String getRuleString(int n)
getRules
public java.lang.String[] getRules()
setRules
public void setRules(java.lang.String[] sRules)
isInternal
public boolean isInternal(java.lang.String id)
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.