NIST SIP Parser and Stack (v1.2) API

javax.sdp
Interface Field

All Superinterfaces:
Cloneable, Serializable
All Known Subinterfaces:
Attribute, BandWidth, Connection, EMail, Info, Key, Media, Origin, Phone, RepeatTime, SessionName, Time, TimeZoneAdjustment, URI, Version

public interface Field
extends Serializable, Cloneable

A Field represents a single line of information within a SDP session description.

Version:
1.0
Author:
deruelle

Method Summary
 Object clone()
          Returns a clone of this field.
 char getTypeChar()
          Returns the type character for the field.
 

Method Detail

getTypeChar

public char getTypeChar()
Returns the type character for the field.

Returns:
the type character for the field.

clone

public Object clone()
Returns a clone of this field.

Returns:
a clone of this field.

NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.