net.fortuna.ical4j.model.property
Class Name
Property
net.fortuna.ical4j.model.property.Name
- Escapable
public class Name
extends Property
implements Escapable
$Id$
Created: [Apr 6, 2004]
Defines a NAME iCalendar component property.
Name() - Default constructor.
|
Name(ParameterList aList, String aValue)
|
Name(String aValue)
|
Name
public Name()
Default constructor.
Name
public Name(ParameterList aList,
String aValue)
aList
- a list of parameters for this componentaValue
- a value string for this component
Name
public Name(String aValue)
aValue
- a value string for this component
getValue
public final String getValue()
setValue
public final void setValue(String aValue)
validate
public final void validate()
throws ValidationException
net.fortuna.ical4j.model.Property.validate()