|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelatedTo | |
|---|---|
| biweekly.component | |
| biweekly.property.marshaller | |
| Uses of RelatedTo in biweekly.component |
|---|
| Methods in biweekly.component that return RelatedTo | |
|---|---|
RelatedTo |
VTodo.addRelatedTo(String uid)
Adds a component that the to-do is related to. |
RelatedTo |
VJournal.addRelatedTo(String uid)
Adds a component that the journal entry is related to. |
RelatedTo |
VEvent.addRelatedTo(String uid)
Adds a component that the event is related to. |
| Methods in biweekly.component that return types with arguments of type RelatedTo | |
|---|---|
List<RelatedTo> |
VTodo.getRelatedTo()
Gets the components that the to-do is related to. |
List<RelatedTo> |
VJournal.getRelatedTo()
Gets the components that the journal entry is related to. |
List<RelatedTo> |
VEvent.getRelatedTo()
Gets the components that the event is related to. |
| Methods in biweekly.component with parameters of type RelatedTo | |
|---|---|
void |
VTodo.addRelatedTo(RelatedTo relatedTo)
Adds a component that the to-do is related to. |
void |
VJournal.addRelatedTo(RelatedTo relatedTo)
Adds a component that the journal entry is related to. |
void |
VEvent.addRelatedTo(RelatedTo relatedTo)
Adds a component that the event is related to. |
| Uses of RelatedTo in biweekly.property.marshaller |
|---|
| Methods in biweekly.property.marshaller that return RelatedTo | |
|---|---|
protected RelatedTo |
RelatedToMarshaller.newInstance(String value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||