Package | Description |
---|---|
biweekly.component | |
biweekly.io | |
biweekly.io.json | |
biweekly.io.scribe.property | |
biweekly.parameter | |
biweekly.util |
Modifier and Type | Field and Description |
---|---|
protected ListMultimap<Class<? extends ICalComponent>,ICalComponent> |
ICalComponent.components |
protected ListMultimap<Class<? extends ICalProperty>,ICalProperty> |
ICalComponent.properties |
Modifier and Type | Method and Description |
---|---|
ListMultimap<Class<? extends ICalComponent>,ICalComponent> |
ICalComponent.getComponents()
Gets all the sub-components associated with this component.
|
ListMultimap<Class<? extends ICalProperty>,ICalProperty> |
ICalComponent.getProperties()
Gets all the properties associated with this component.
|
Modifier and Type | Method and Description |
---|---|
ListMultimap<String,ParseContext.TimezonedDate> |
ParseContext.getTimezonedDates()
Gets the list of date-time property values that use a timezone.
|
Modifier and Type | Method and Description |
---|---|
ListMultimap<String,String> |
JCalValue.asObject()
Parses this jCal value as an object property value.
|
Modifier and Type | Method and Description |
---|---|
static JCalValue |
JCalValue.object(ListMultimap<String,Object> value)
Creates an object value.
|
Modifier and Type | Method and Description |
---|---|
protected static ListMultimap<String,String> |
ICalPropertyScribe.object(String value)
Parses an object property value.
|
Modifier and Type | Class and Description |
---|---|
class |
ICalParameters
Contains the list of parameters that belong to a property.
|
Constructor and Description |
---|
ListMultimap(ListMultimap<K,V> orig)
Creates a copy of an existing multimap.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.