Package org.bedework.calfacade.base
Interface BwCloneable
- All Known Implementing Classes:
BwAttendee,BwDateTime,BwXproperty
public interface BwCloneable
Indicate this is clonable and make the method visible.
- Version:
- 1.0
- Author:
- Mike Douglass
-
Method Summary
-
Method Details
-
clone
Object clone()- Returns:
- a clone of the object
-