NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sdp.fields
Class SDPField

java.lang.Object
  extended by gov.nist.core.GenericObject
      extended by gov.nist.javax.sdp.fields.SDPObject
          extended by gov.nist.javax.sdp.fields.SDPField
All Implemented Interfaces:
SDPFieldNames, Serializable, Cloneable
Direct Known Subclasses:
AttributeField, BandwidthField, ConnectionField, EmailField, InformationField, KeyField, MediaField, OriginField, PhoneField, ProtoVersionField, RepeatField, SDPFieldList, SessionNameField, TimeField, URIField, ZoneField

public abstract class SDPField
extends SDPObject

Placeholder root class for SDP headers.

Version:
1.2
Author:
M. Ranganathan
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface gov.nist.javax.sdp.fields.SDPFieldNames
ATTRIBUTE_FIELD, BANDWIDTH_FIELD, CONNECTION_FIELD, EMAIL_FIELD, INFORMATION_FIELD, KEY_FIELD, MEDIA_FIELD, ORIGIN_FIELD, PHONE_FIELD, PROTO_VERSION_FIELD, REPEAT_FIELD, SESSION_NAME_FIELD, TIME_FIELD, URI_FIELD, ZONE_FIELD
 
Constructor Summary
SDPField()
           
 
Method Summary
abstract  String encode()
          Get the string encoded version of this object
 String getFieldName()
           
 char getTypeChar()
          Returns the type character for the field.
 String toString()
           
 
Methods inherited from class gov.nist.javax.sdp.fields.SDPObject
dbgPrint, debugDump, equals, match
 
Methods inherited from class gov.nist.core.GenericObject
clone, debugDump, encode, getClassFromName, getMatcher, isMySubclass, makeClone, merge, setMatcher
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SDPField

public SDPField()
Method Detail

encode

public abstract String encode()
Description copied from class: gov.nist.core.GenericObject
Get the string encoded version of this object

Specified by:
encode in class SDPObject

getFieldName

public String getFieldName()

getTypeChar

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

Returns:
the type character for the field.

toString

public String toString()
Overrides:
toString in class SDPObject

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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