net.sourceforge.jsdp
Interface Description

All Superinterfaces:
Cloneable, Serializable
All Known Implementing Classes:
MediaDescription, SessionDescription, TimeDescription

public interface Description
extends Serializable, Cloneable

A description is an aggregation of SDP fields.

Since:
0.1.0
Version:
1.0
Author:
Claudio Di Vita

Method Summary
 Object clone()
          Returns a clone of this description.
 String toString()
          Returns a string representation of the description.
 

Method Detail

clone

Object clone()
Returns a clone of this description.

Returns:
a clone of this description

toString

String toString()
Returns a string representation of the description.

Overrides:
toString in class Object
Returns:
the string representation of the description


Copyright © 2004-2008. All Rights Reserved.