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

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

public class StringValue
extends Value


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

StringValue

public StringValue(Parameter parameter,
                   String str)
Method Detail

getString

public String getString()

getParameter

public Parameter getParameter()

toString

public String toString()
Overrides:
toString in class Object


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