org.mobicents.jcc.inap.gt
Class LinePattern

java.lang.Object
  extended by org.mobicents.jcc.inap.gt.LinePattern
All Implemented Interfaces:
java.lang.Comparable

public class LinePattern
extends java.lang.Object
implements java.lang.Comparable

Author:
Oleg Kulikov

Constructor Summary
LinePattern(int incomingType, int outgoingType, java.lang.String pattern)
          Creates a new instance of RoutePattern
 
Method Summary
 int compareTo(java.lang.Object other)
           
 int getIncomingType()
           
 int getOutgoingType()
           
 Pattern getPattern()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinePattern

public LinePattern(int incomingType,
                   int outgoingType,
                   java.lang.String pattern)
Creates a new instance of RoutePattern

Method Detail

getIncomingType

public int getIncomingType()

getOutgoingType

public int getOutgoingType()

getPattern

public Pattern getPattern()

compareTo

public int compareTo(java.lang.Object other)
Specified by:
compareTo in interface java.lang.Comparable


Copyright © 2008. All Rights Reserved.