net.fortuna.ical4j.model.property
Class BusyType
Property
net.fortuna.ical4j.model.property.BusyType
public class BusyType
extends Property
$Id: BusyType.java,v 1.3 2008/12/16 12:34:51 fortuna Exp $
Created: [Apr 6, 2004]
Defines a BUSYTYPE iCalendar component property.
Format Definition: This property is defined by the following
notation:
busytype = "BUSYTYPE" busytypeparam ":" busytypevalue CRLF
busytypeparam = *(";" xparam)
busytypevalue = "BUSY" / "BUSY-UNAVAILABLE" /
"BUSY-TENTATIVE" / iana-token / x-name
; Default is "BUSY-UNAVAILABLE"
BUSY
public static final BusyType BUSY
BUSY_TENTATIVE
public static final BusyType BUSY_TENTATIVE
BUSY_UNAVAILABLE
public static final BusyType BUSY_UNAVAILABLE
BusyType
public BusyType()
Default constructor.
BusyType
public BusyType(ParameterList aList,
String aValue)
aList
- a list of parameters for this componentaValue
- a value string for this component
BusyType
public BusyType(String aValue)
aValue
- a value string for this component
getValue
public final String getValue()
setValue
public void setValue(String aValue)
validate
public final void validate()
throws ValidationException