Esempio n. 1
0
 /**
  * Returns the value.
  *
  * @throws SdpParseException
  * @return the value
  */
 public String getValue() throws SdpParseException {
   if (emailAddress == null) return null;
   else {
     return emailAddress.getDisplayName();
   }
 }