org.mobicents.media.server.mgcp.pkg.trunk
Class Options

java.lang.Object
  extended by org.mobicents.media.server.mgcp.pkg.trunk.Options

public class Options
extends Object

Represents parameters supplied with command.

Author:
oifa yulian

Constructor Summary
Options(Text options)
          Creates options.
 
Method Summary
 Text getInTone()
           
 Text getOutTone()
           
 boolean isActivation()
           
 boolean isDeactivation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Options

public Options(Text options)
Creates options.

Parameters:
options - the text representation of options.
Method Detail

isActivation

public boolean isActivation()

isDeactivation

public boolean isDeactivation()

getInTone

public Text getInTone()

getOutTone

public Text getOutTone()


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