Uses of Class
org.gedcomx.date.GedcomxDate
-
-
Uses of GedcomxDate in org.gedcomx.date
Subclasses of GedcomxDate in org.gedcomx.date Modifier and Type Class Description classGedcomxDateApproximateAn Approximate DateclassGedcomxDateDurationThe duration between two simple datesclassGedcomxDateRangeA Date RangeclassGedcomxDateRecurringA Recurring DateclassGedcomxDateSimpleA Simple DateMethods in org.gedcomx.date that return GedcomxDate Modifier and Type Method Description static GedcomxDateGedcomxDateUtil. parse(String date)Parse a String representation of a Formal GedcomX DateMethods in org.gedcomx.date with parameters of type GedcomxDate Modifier and Type Method Description intGedcomxDate. compareTo(GedcomxDate o)This method MAY not be implemented for each subclass.intGedcomxDateApproximate. compareTo(GedcomxDate other)Calls thecompareTomethod on the simple date that this GedcomxDateApproximate contains.intGedcomxDateSimple. compareTo(GedcomxDate other)Compares this GedcomxDateSimple object with either another GedcomxDateSimple object or a GedcomxDateApproximate object.
-