Package net.fortuna.ical4j.util
Interface UidGenerator
-
- All Known Implementing Classes:
FixedUidGenerator
,RandomUidGenerator
public interface UidGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Uid
generateUid()
-
-
-
Method Detail
-
generateUid
Uid generateUid()
- Returns:
- a unique component identifier
-
-