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

javax.sdp
Interface EMail

All Superinterfaces:
Cloneable, Field, Serializable
All Known Implementing Classes:
EmailField

public interface EMail
extends Field

An EMail represents an e= field contained within a SessionDescription. Please refer to IETF RFC 2327 for a description of SDP.

Version:
1.0
Author:
deruelle

Method Summary
 String getValue()
          Returns the value.
 void setValue(String value)
          Set the value.
 
Methods inherited from interface javax.sdp.Field
clone, getTypeChar
 

Method Detail

getValue

String getValue()
                throws SdpParseException
Returns the value.

Throws:
SdpParseException

setValue

void setValue(String value)
              throws SdpException
Set the value.

Throws:
SdpException

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.