JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.fortuna.ical4j.transform
Interface Transformer<T>
All Known Implementing Classes:
AbstractDateExpansionRule
,
AbstractMethodTransformer
,
AddTransformer
,
AttendeeUpdate
,
ByDayRule
,
ByHourRule
,
ByMinuteRule
,
ByMonthDayRule
,
ByMonthRule
,
BySecondRule
,
BySetPosRule
,
ByWeekNoRule
,
ByYearDayRule
,
CancelTransformer
,
CounterTransformer
,
DeclineCounterTransformer
,
MethodUpdate
,
OrganizerUpdate
,
PublishTransformer
,
RefreshTransformer
,
ReplyTransformer
,
RequestTransformer
,
SequenceIncrement
,
UidUpdate
public interface
Transformer<T>
$Id$ Created: 23/09/2004 Base class of calendar transformations.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
transform
(
T
object)
Transforms the specified calendar object according to the implementation of this method.
Method Detail
transform
T
transform(
T
object)
Transforms the specified calendar object according to the implementation of this method.
Parameters:
object
- a calendar object to transform
Returns:
a transformed calendar object
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method