Class YearMonth
java.lang.Object
com.walkfares.calendar.period.type.YearMonth
public class YearMonth extends Object
-
Field Summary
Fields Modifier and Type Field Description AbsolutePeriodCode
ABSOLUTE
RelativePeriodCode
RELATIVE
-
Constructor Summary
Constructors Constructor Description YearMonth(int month)
-
Method Summary
Modifier and Type Method Description String
getAbsoluteCode(int year)
String
getRelativeCode(int period)
-
Field Details
-
Constructor Details
-
YearMonth
public YearMonth(int month)
-
-
Method Details