|
JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jain.protocol.ip.mgcp.message.parms.CapabilityValue | +--jain.protocol.ip.mgcp.message.parms.SupportedModes
This class represents an endpoint capability expressed as a list of supported connection modes.
Fields inherited from class jain.protocol.ip.mgcp.message.parms.CapabilityValue |
LOCAL_OPTION_VALUE, SUPPORTED_MODES, SUPPORTED_PACKAGES |
Constructor Summary | |
SupportedModes(ConnectionMode[] supportedModes)
|
Method Summary | |
ConnectionMode[] |
getSupportedModes()
Returns the list of supported connection modes that is encapsulated by this CapabilityValue object. |
java.lang.String |
toString()
Returns a String of the form "m:<supportedModes>" where <supportedModes> is a comma-separated list of supported connection modes. |
Methods inherited from class jain.protocol.ip.mgcp.message.parms.CapabilityValue |
getCapabilityValueType, getLocalOptionValue, getSupportedPackageNames |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SupportedModes(ConnectionMode[] supportedModes)
Method Detail |
public ConnectionMode[] getSupportedModes()
getSupportedModes
in class CapabilityValue
jain.protocol.ip.mgcp.message.parms.CapabilityValue
java.lang.NoSuchFieldException
- Thrown if this CapabilityValue object does not represent a list of supported connection modes.public java.lang.String toString()
toString
in class java.lang.Object
|
JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |