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
All Known Implementing Classes:
AttributeField, BandwidthField, ConnectionField, EmailField, InformationField, KeyField, MediaField, OriginField, PhoneField, ProtoVersionField, RepeatField, SessionNameField, TimeField, URIField, ZoneField

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

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

Returns:
the type character for the field.

clone

Object clone()
Returns a clone of this field.

Returns:
a clone of this field.


Copyright © 2012. All Rights Reserved.