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

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

public class PosKeyValue
extends Value


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
PosKeyValue(Parameter parameter, String keyPadKey, String posKeyAction)
           
 
Method Summary
 String getKeyPadKey()
           
 Parameter getParameter()
           
 String getPosKeyAction()
           
 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

PosKeyValue

public PosKeyValue(Parameter parameter,
                   String keyPadKey,
                   String posKeyAction)
Method Detail

getKeyPadKey

public String getKeyPadKey()

getPosKeyAction

public String getPosKeyAction()

getParameter

public Parameter getParameter()

toString

public String toString()
Overrides:
toString in class Object


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