| gov.nist.javax.sdp.fields.SDPObject gov.nist.javax.sdp.fields.SDPField
All known Subclasses: gov.nist.javax.sdp.fields.PhoneField, gov.nist.javax.sdp.fields.EmailField, gov.nist.javax.sdp.fields.SessionNameField, gov.nist.javax.sdp.fields.KeyField, gov.nist.javax.sdp.fields.OriginField, gov.nist.javax.sdp.fields.RepeatField, gov.nist.javax.sdp.fields.InformationField, gov.nist.javax.sdp.fields.ProtoVersionField, gov.nist.javax.sdp.fields.ConnectionField, gov.nist.javax.sdp.fields.URIField, gov.nist.javax.sdp.fields.TimeField, gov.nist.javax.sdp.fields.MediaField, gov.nist.javax.sdp.fields.BandwidthField, gov.nist.javax.sdp.fields.ZoneField, gov.nist.javax.sdp.fields.AttributeField,
Field Summary | |
protected String | fieldName Session Description Protocol field. |
Constructor Summary | |
protected | SDPField(String hname) Constructs a field with initial name. | public | SDPField() Default constructor. |
Method Summary | |
abstract public String | encode() Gets an encoded string representation of the instance. | public String | getFieldName() Gets the field name. | public char | getTypeChar() Returns the type character for the field. | public String | toString() Gets a user friendly textual represntation
of the object contents. |
fieldName | protected String fieldName(Code) | | Session Description Protocol field.
|
SDPField | protected SDPField(String hname)(Code) | | Constructs a field with initial name.
Parameters: hname - the field hname |
SDPField | public SDPField()(Code) | | Default constructor.
|
encode | abstract public String encode()(Code) | | Gets an encoded string representation of the instance.
encoded string of object contents |
getFieldName | public String getFieldName()(Code) | | Gets the field name.
the field name |
getTypeChar | public char getTypeChar()(Code) | | Returns the type character for the field.
the type character for the field. |
toString | public String toString()(Code) | | Gets a user friendly textual represntation
of the object contents.
encoded string of object contents. |
|
|