JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000

jain.protocol.ip.mgcp.message.parms
Class LocalOptVal

java.lang.Object
  |
  +--jain.protocol.ip.mgcp.message.parms.CapabilityValue
        |
        +--jain.protocol.ip.mgcp.message.parms.LocalOptVal
All Implemented Interfaces:
java.io.Serializable

public class LocalOptVal
extends CapabilityValue
implements java.io.Serializable

This class represents an endpoint capability expressed as a Local Option Value.

See Also:
Serialized Form

Fields inherited from class jain.protocol.ip.mgcp.message.parms.CapabilityValue
LOCAL_OPTION_VALUE, SUPPORTED_MODES, SUPPORTED_PACKAGES
 
Constructor Summary
LocalOptVal(LocalOptionValue localOptionValue)
          Constructs a new LocalOptVal object that encapsulates a specific Local Option Value object.
 
Method Summary
 LocalOptionValue getLocalOptionValue()
          Returns the LocalOptionValue that is encapsulated by this CapabilityValue object.
 
Methods inherited from class jain.protocol.ip.mgcp.message.parms.CapabilityValue
getCapabilityValueType, getSupportedModes, getSupportedPackageNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalOptVal

public LocalOptVal(LocalOptionValue localOptionValue)
Constructs a new LocalOptVal object that encapsulates a specific Local Option Value object.
Method Detail

getLocalOptionValue

public LocalOptionValue getLocalOptionValue()
Returns the LocalOptionValue that is encapsulated by this CapabilityValue object.
Overrides:
getLocalOptionValue in class CapabilityValue
Following copied from class: jain.protocol.ip.mgcp.message.parms.CapabilityValue
Throws:
java.lang.NoSuchFieldException - Thrown if this CapabilityValue object does not represent a Local Option Value.

JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000

Copyright © 2000 Sun Microsystems, Inc.