java.lang.Object
org.bzdev.net.calendar.ICalProperty
The iCalendar-property class.
This interface is used for parsing iCalendar objects.
An iCalendar property is characterized by a name, an optional set of parameters, and one or more values.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ICalProperty
protected ICalProperty()Constructor.
-
-
Method Details
-
getName
Get the name of this property- Returns:
- the property name
-
getParameters
Get the parameters defined for this property- Returns:
- the parameters
-
isMultiValued
public boolean isMultiValued()Determine if this property has multiple values- Returns:
- true if this property has multiple values; false otherwise
-
getValue
Get the value for this property- Returns:
- the value
-
getValues
Get the values for this property- Returns:
- the values
-
getDelims
Get the delimeters.- Returns:
- the delimiters
-