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

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

public class BooleanValue
extends Value


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
BooleanValue(Parameter p, boolean flag)
           
 
Method Summary
 boolean getFlag()
           
 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

BooleanValue

public BooleanValue(Parameter p,
                    boolean flag)
Method Detail

getFlag

public boolean getFlag()

getParameter

public Parameter getParameter()

toString

public String toString()
Overrides:
toString in class Object


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