public abstract class GedcomxDate extends Object implements Comparable<GedcomxDate>
| Constructor and Description |
|---|
GedcomxDate() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GedcomxDate o)
This method MAY not be implemented for each subclass.
|
abstract GedcomxDateType |
getType()
Return the type of date
|
abstract boolean |
isApproximate()
Whether or not this date is approximate
|
abstract String |
toFormalString()
The formal representation of this date
|
public abstract GedcomxDateType getType()
public abstract boolean isApproximate()
public abstract String toFormalString()
public int compareTo(GedcomxDate o)
compareTo in interface Comparable<GedcomxDate>o - the object to be compared.UnsupportedOperationException - if the sublcass does not support this method.Copyright © 2025. All rights reserved.