net.fortuna.ical4j.model.property
Class XProperty
Property
net.fortuna.ical4j.model.property.XProperty
- Escapable
public class XProperty
extends Property
implements Escapable
$Id: XProperty.java,v 1.14 2008/12/16 12:34:51 fortuna Exp $
Created: [15/06/2004]
Defines an extension property.
XProperty(String name) - Constructs an uninitialised non-standard property.
|
XProperty(String aName, ParameterList aList, String aValue)
|
XProperty(String aName, String aValue)
|
XProperty
public XProperty(String name)
Constructs an uninitialised non-standard property.
XProperty
public XProperty(String aName,
ParameterList aList,
String aValue)
XProperty
public XProperty(String aName,
String aValue)
getValue
public final String getValue()
setValue
public final void setValue(String aValue)
validate
public final void validate()
throws ValidationException