jain.protocol.ip.mgcp.message.parms
Class LocalOptionExtension
java.lang.Object
|
+--jain.protocol.ip.mgcp.message.parms.LocalOptionValue
|
+--jain.protocol.ip.mgcp.message.parms.LocalOptionExtension
- All Implemented Interfaces:
- java.io.Serializable
- public final class LocalOptionExtension
- extends LocalOptionValue
- implements java.io.Serializable
Specifies a Local Option Extension parameter.
- See Also:
- Serialized Form
Fields inherited from class jain.protocol.ip.mgcp.message.parms.LocalOptionValue |
BANDWIDTH, COMPRESSION_ALGORITHM, ECHO_CANCELLATION, ENCRYPTION_METHOD, GAIN_CONTROL, LOCAL_OPTION_EXTENSION, PACKETIZATION_PERIOD, RESOURCE_RESERVATION, SILENCE_SUPPRESSION, TYPE_OF_NETWORK, TYPE_OF_SERVICE |
Constructor Summary |
LocalOptionExtension(java.lang.String localOptionExtensionName,
java.lang.String localOptionExtensionValue)
Constructs a new LocalOptionExtension object.
|
Method Summary |
java.lang.String |
getLocalOptionExtensionName()
Gets the name of the local option extension parameter. |
java.lang.String |
getLocalOptionExtensionValue()
Gets the value of the local option extension parameter. |
java.lang.String |
toString()
Returns a String of the form "<localOptionExtensionName>:<localOptionExtensionValue>". |
Methods inherited from class jain.protocol.ip.mgcp.message.parms.LocalOptionValue |
getBandwidthLowerBound, getBandwidthUpperBound, getCompressionAlgorithmNames, getEchoCancellation, getEncryptionMethod, getGainControl, getLocalOptionValueType, getPacketizationPeriodLowerBound, getPacketizationPeriodUpperBound, getResourceReservation, getSilenceSuppression, getTypeOfNetwork, getTypeOfService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LocalOptionExtension
public LocalOptionExtension(java.lang.String localOptionExtensionName,
java.lang.String localOptionExtensionValue)
- Constructs a new LocalOptionExtension object.
getLocalOptionExtensionName
public java.lang.String getLocalOptionExtensionName()
- Gets the name of the local option extension parameter.
- Overrides:
getLocalOptionExtensionName
in class LocalOptionValue
- Returns:
- The name of the local option extension parameter, as a String.
getLocalOptionExtensionValue
public java.lang.String getLocalOptionExtensionValue()
- Gets the value of the local option extension parameter.
- Returns:
- The value of the local option extension parameter, as a String.
toString
public java.lang.String toString()
- Returns a String of the form "<localOptionExtensionName>:<localOptionExtensionValue>".
- Overrides:
toString
in class java.lang.Object
Copyright © 2000 Sun Microsystems, Inc.