net.fortuna.ical4j.model.property
Class Tel
Property
net.fortuna.ical4j.model.property.Tel
- Escapable
public class Tel
extends Property
implements Escapable
$Id$
Created: [Apr 6, 2004]
Defines a TEL iCalendar component property.
Tel() - Default constructor.
|
Tel(ParameterList aList, String aValue)
|
Tel(String aValue)
|
Tel
public Tel()
Default constructor.
Tel
public Tel(ParameterList aList,
String aValue)
aList
- a list of parameters for this componentaValue
- a value string for this component
Tel
public Tel(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()