net.fortuna.ical4j.model.property
Class Repeat
Property
net.fortuna.ical4j.model.property.Repeat
public class Repeat
extends Property
$Id: Repeat.java,v 1.10 2008/12/16 12:34:51 fortuna Exp $
Created: [Apr 6, 2004]
Defines a REPEAT iCalendar component property.
Repeat() - Default constructor.
|
Repeat(ParameterList aList, String aValue)
|
Repeat(ParameterList aList, int aCount)
|
Repeat(int aCount)
|
Repeat
public Repeat()
Default constructor.
Repeat
public Repeat(ParameterList aList,
String aValue)
aList
- a list of parameters for this componentaValue
- a value string for this component
Repeat
public Repeat(ParameterList aList,
int aCount)
aList
- a list of parameters for this componentaCount
- a repetition count
Repeat
public Repeat(int aCount)
aCount
- a repetition count
getCount
public final int getCount()
getValue
public final String getValue()
setCount
public final void setCount(int count)
count
- The count to set.
setValue
public final void setValue(String aValue)
validate
public final void validate()
throws ValidationException