| javax.sdp.Field
Field | public interface Field extends Serializable,Cloneable(Code) | | A Field represents a single line of information within a SDP
session description.
author: deruelle version: 1.0 |
Method Summary | |
public Object | clone() Returns a clone of this field. | public char | getTypeChar() Returns the type character for the field. |
clone | public Object clone()(Code) | | Returns a clone of this field.
a clone of this field. |
getTypeChar | public char getTypeChar()(Code) | | Returns the type character for the field.
the type character for the field. |
|
|