net.fortuna.ical4j.model.parameter

Class SentBy


public class SentBy
extends Parameter

$Id: SentBy.java,v 1.13 2008/12/16 12:34:51 fortuna Exp $ [18-Apr-2004] Defines a Sent By parameter.

Constructor Summary

SentBy(String aValue)
SentBy(URI aUri)

Method Summary

URI
getAddress()
String
getValue()

Constructor Details

SentBy

public SentBy(String aValue)
            throws URISyntaxException
Parameters:
aValue - a string representation of a sent by

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()