Module ical4j.core

Class SentBy

All Implemented Interfaces:
Serializable, Comparable<Parameter>, Encodable

public class SentBy extends Parameter implements Encodable
$Id$ [18-Apr-2004]

Defines a Sent By parameter.

See Also:
  • Constructor Details

    • SentBy

      public SentBy(String aValue)
      Parameters:
      aValue - a string representation of a sent by
      Throws:
      IllegalArgumentException - when the specified string is not a valid (quoted) uri
    • SentBy

      public SentBy(URI aUri)
      Parameters:
      aUri - a URI representing a sent by
  • Method Details

    • getAddress

      public final URI getAddress()
      Returns:
      Returns the address.
    • getValue

      public final String getValue()
      Specified by:
      getValue in class Content
      Returns:
      the content value