org.mobicents.protocols.mgcp.jain.pkg
Class NumberValue

java.lang.Object
  extended by org.mobicents.protocols.mgcp.jain.pkg.Value
      extended by org.mobicents.protocols.mgcp.jain.pkg.NumberValue
All Implemented Interfaces:
Map<Parameter,Value>

public class NumberValue
extends Value


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
NumberValue(Parameter parameter, int number)
           
 
Method Summary
 int getNumber()
           
 Parameter getParameter()
           
 String toString()
           
 
Methods inherited from class org.mobicents.protocols.mgcp.jain.pkg.Value
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

NumberValue

public NumberValue(Parameter parameter,
                   int number)
Method Detail

getNumber

public int getNumber()

getParameter

public Parameter getParameter()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.