|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gedcomx.date.GedcomxDate
org.gedcomx.date.GedcomxDateRecurring
public class GedcomxDateRecurring
A Recurring Date
| Constructor Summary | |
|---|---|
GedcomxDateRecurring(String date)
Instantiate a new Recurring date from the formal date string |
|
| Method Summary | |
|---|---|
Integer |
getCount()
Get the count |
GedcomxDateDuration |
getDuration()
Get the duration |
GedcomxDateSimple |
getEnd()
Get the end date |
GedcomxDateSimple |
getNth(Integer count)
Get the nth instance of this recurring date |
GedcomxDateRange |
getRange()
Get the range |
GedcomxDateSimple |
getStart()
Get the start date |
GedcomxDateType |
getType()
Get the date type |
boolean |
isApproximate()
Whether or not this date is considered approximate |
String |
toFormalString()
Return the formal string for this date |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GedcomxDateRecurring(String date)
date - The formal date string| Method Detail |
|---|
public Integer getCount()
public GedcomxDateRange getRange()
public GedcomxDateSimple getStart()
public GedcomxDateDuration getDuration()
public GedcomxDateSimple getEnd()
public GedcomxDateSimple getNth(Integer count)
count - The nth instance
public GedcomxDateType getType()
getType in class GedcomxDatepublic boolean isApproximate()
isApproximate in class GedcomxDatepublic String toFormalString()
toFormalString in class GedcomxDate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||