net.fortuna.ical4j.model.parameter

Class Related


public class Related
extends Parameter

$Id: Related.java,v 1.10 2008/12/16 12:34:51 fortuna Exp $ [18-Apr-2004] Defines an Alarm Trigger Relationship parameter.

Field Summary

static Related
END
static Related
START

Constructor Summary

Related(String aValue)

Method Summary

String
getValue()

Field Details

END

public static final Related END

START

public static final Related START

Constructor Details

Related

public Related(String aValue)
Parameters:
aValue - a string representation of an alarm trigger relationship

Method Details

getValue

public final String getValue()