|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Date | |
|---|---|
| org.gedcomx.conclusion | The conclusion model defines genealogical conclusion data. |
| org.gedcomx.rt | |
| org.gedcomx.source | The sources model. |
| Uses of Date in org.gedcomx.conclusion |
|---|
| Methods in org.gedcomx.conclusion that return Date | |
|---|---|
Date |
Date.field(Field field)
Build up this date with a field. |
Date |
Date.formal(FormalDate formal)
Build up this date with a formal representation of the date. |
Date |
Date.formal(String formal)
Build up this date with a formal representation of the date. |
Date |
Event.getDate()
The date of this event. |
Date |
Name.getDate()
The date the name was first applied or adopted. |
Date |
HasDateAndPlace.getDate()
The date. |
Date |
Fact.getDate()
The date of applicability of this fact. |
Date |
PlaceDescription.getTemporalDescription()
A description of the time period to which this place description is relevant. |
Date |
Date.id(String id)
|
Date |
Date.original(String original)
Build up this date with original text as supplied by the user. |
| Methods in org.gedcomx.conclusion with parameters of type Date | |
|---|---|
Event |
Event.date(Date date)
Build up this event with a date. |
Name |
Name.date(Date date)
Build up this name with a date. |
Fact |
Fact.date(Date date)
Build up this fact with a date. |
void |
Event.setDate(Date date)
The date of this event. |
void |
Name.setDate(Date date)
The date the name was first applied or adopted. |
void |
HasDateAndPlace.setDate(Date date)
The date. |
void |
Fact.setDate(Date date)
The date of applicability of this fact. |
void |
PlaceDescription.setTemporalDescription(Date temporalDescription)
A description of the time period to which this place description is relevant. |
PlaceDescription |
PlaceDescription.temporalDescription(Date temporalDescription)
Build out this place description with a temporal description. |
| Constructors in org.gedcomx.conclusion with parameters of type Date | |
|---|---|
Event(EventType EventType,
Date date,
PlaceReference place)
Create a date/place event with the passed in type and values. |
|
Fact(FactType factType,
Date date,
PlaceReference place)
Create a date/place fact with the passed in type and values. |
|
Fact(FactType factType,
Date date,
PlaceReference place,
String value)
Create a date/place fact with the passed in type and values. |
|
| Uses of Date in org.gedcomx.rt |
|---|
| Methods in org.gedcomx.rt with parameters of type Date | |
|---|---|
void |
GedcomxModelVisitorBase.visitDate(Date date)
|
void |
GedcomxModelVisitor.visitDate(Date date)
|
void |
GedcomxLocalReferenceResolver.visitDate(Date date)
|
| Uses of Date in org.gedcomx.source |
|---|
| Methods in org.gedcomx.source that return Date | |
|---|---|
Date |
Coverage.getTemporal()
Temporal coverage. |
| Methods in org.gedcomx.source with parameters of type Date | |
|---|---|
void |
Coverage.setTemporal(Date temporal)
Temporal coverage. |
Coverage |
Coverage.temporal(Date temporal)
Build out this coverage with temporal coverage. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||