jain.protocol.ip.mgcp.message.parms
Class DigitMap
java.lang.Object
|
+--jain.protocol.ip.mgcp.message.parms.DigitMap
- All Implemented Interfaces:
- java.io.Serializable
- public final class DigitMap
- extends java.lang.Object
- implements java.io.Serializable
A digit map is a form of regular expression that defines the class of digit strings
against which the gateway matches the digit sequences it accumulates. The gateway sends a
Notify message when it sees a match, or when no additional digits could result in a match.
- See Also:
- Serialized Form
Constructor Summary |
DigitMap(java.lang.String digitMap)
Constructs a new Digit Map object, setting the string that represents the Digit Map. |
Method Summary |
void |
setDigitMap(java.lang.String digitMap)
Sets the digit map string.
|
java.lang.String |
toString()
Gets the digit map string.
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DigitMap
public DigitMap(java.lang.String digitMap)
- Constructs a new Digit Map object, setting the string that represents the Digit Map.
- Parameters:
digitMap
- The string that represents the Digit Map.
setDigitMap
public void setDigitMap(java.lang.String digitMap)
- Sets the digit map string.
- Parameters:
digitMap
- The string that represents the Digit Map.
toString
public java.lang.String toString()
- Gets the digit map string.
- Overrides:
toString
in class java.lang.Object
- Returns:
- The string that represents the Digit Map.
Copyright © 2000 Sun Microsystems, Inc.