Package com.rometools.modules.base.types
Interface CloneableType
-
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
DateTimeRange,FloatUnit,GenderEnumeration,IntUnit,PriceTypeEnumeration,ShippingType,ShortDate,Size,YearType
public interface CloneableType extends Cloneable
This is just a holder interface for cloneable elements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectclone()
-
-
-
Method Detail
-
clone
Object clone()
-
-