|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyList | |
---|---|
net.fortuna.ical4j.model | Contains core types used to define the iCalendar model. |
net.fortuna.ical4j.model.component | Contains types used to represent the iCalendar component model. |
net.fortuna.ical4j.util | Contains utility types that provide supporting functionality for iCal4j. |
Uses of PropertyList in net.fortuna.ical4j.model |
---|
Methods in net.fortuna.ical4j.model that return PropertyList | |
---|---|
PropertyList |
Calendar.getProperties()
|
PropertyList |
Component.getProperties()
|
PropertyList |
IndexedPropertyList.getProperties(java.lang.String paramValue)
Returns a list of properties containing a parameter with the specified value. |
PropertyList |
Calendar.getProperties(java.lang.String name)
Convenience method for retrieving a list of named properties. |
PropertyList |
PropertyList.getProperties(java.lang.String name)
Returns a list of properties with the specified name. |
PropertyList |
Component.getProperties(java.lang.String name)
Convenience method for retrieving a list of named properties. |
Methods in net.fortuna.ical4j.model with parameters of type PropertyList | |
---|---|
Component |
ComponentFactory.createComponent(java.lang.String name,
PropertyList properties)
Creates a component. |
Component |
ComponentFactory.createComponent(java.lang.String name,
PropertyList properties,
ComponentList components)
Creates a component which contains sub-components. |
Constructors in net.fortuna.ical4j.model with parameters of type PropertyList | |
---|---|
Calendar(PropertyList p,
ComponentList c)
Constructor. |
|
Component(java.lang.String s,
PropertyList p)
Constructor made protected to enforce the use of ComponentFactory for component instantiation. |
|
IndexedPropertyList(PropertyList list,
java.lang.String parameterName)
Creates a new instance indexed on the parameters with the specified name. |
|
PropertyList(PropertyList properties)
Creates a deep copy of the specified property list. |
Uses of PropertyList in net.fortuna.ical4j.model.component |
---|
Constructors in net.fortuna.ical4j.model.component with parameters of type PropertyList | |
---|---|
CalendarComponent(java.lang.String name,
PropertyList properties)
|
|
Daylight(PropertyList properties)
Constructor. |
|
Observance(java.lang.String name,
PropertyList properties)
Constructor protected to enforce use of sub-classes from this library. |
|
Standard(PropertyList properties)
Constructor. |
|
VAlarm(PropertyList properties)
Constructor. |
|
VEvent(PropertyList properties)
Constructor. |
|
VEvent(PropertyList properties,
ComponentList alarms)
Constructor. |
|
VFreeBusy(PropertyList properties)
Constructor. |
|
VJournal(PropertyList properties)
Constructor. |
|
VTimeZone(PropertyList properties)
Constructs a new instance containing the specified properties. |
|
VTimeZone(PropertyList properties,
ComponentList observances)
Constructor. |
|
VToDo(PropertyList properties)
Constructor. |
|
VVenue(PropertyList properties)
Constructs a new instance containing the specified properties. |
|
XComponent(java.lang.String name,
PropertyList properties)
Creates a new experimental component with the specified name and properties. |
Uses of PropertyList in net.fortuna.ical4j.util |
---|
Methods in net.fortuna.ical4j.util with parameters of type PropertyList | |
---|---|
void |
PropertyValidator.assertNone(java.lang.String propertyName,
PropertyList properties)
Ensure a property doesn't occur in the specified list. |
void |
PropertyValidator.assertOne(java.lang.String propertyName,
PropertyList properties)
Ensure a property occurs once. |
void |
PropertyValidator.assertOneOrLess(java.lang.String propertyName,
PropertyList properties)
Ensure a property occurs no more than once. |
void |
PropertyValidator.assertOneOrMore(java.lang.String propertyName,
PropertyList properties)
Ensure a property occurs at least once. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |