| Package | Description |
|---|---|
| biweekly.component | |
| biweekly.io.scribe.property |
| Modifier and Type | Method and Description |
|---|---|
RawProperty |
ICalComponent.addExperimentalProperty(String name,
ICalDataType dataType,
String value)
Adds an experimental property to this component.
|
RawProperty |
ICalComponent.addExperimentalProperty(String name,
String value)
Adds an experimental property to this component.
|
RawProperty |
ICalComponent.getExperimentalProperty(String name)
Gets the first experimental property with a given name.
|
RawProperty |
ICalComponent.setExperimentalProperty(String name,
ICalDataType dataType,
String value)
Adds an experimental property to this component, removing all existing
properties that have the same name.
|
RawProperty |
ICalComponent.setExperimentalProperty(String name,
String value)
Adds an experimental property to this component, removing all existing
properties that have the same name.
|
| Modifier and Type | Method and Description |
|---|---|
List<RawProperty> |
ICalComponent.getExperimentalProperties()
Gets all experimental properties associated with this component.
|
List<RawProperty> |
ICalComponent.getExperimentalProperties(String name)
Gets all experimental properties with a given name.
|
| Modifier and Type | Method and Description |
|---|---|
protected RawProperty |
RawPropertyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected RawProperty |
RawPropertyScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected ICalDataType |
RawPropertyScribe._dataType(RawProperty property,
ICalVersion version) |
protected String |
RawPropertyScribe._writeText(RawProperty property,
WriteContext context) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.