Package com.rometools.modules.base.types
Class YearType
- java.lang.Object
-
- com.rometools.modules.base.types.YearType
-
- All Implemented Interfaces:
CloneableType,Cloneable
public class YearType extends Object implements CloneableType
This class represents a simple 4 digit year.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()Duplicates this object.booleanequals(Object o)StringtoString()Returns a String representation of this object.
-