|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="TM_CalendarEra", specification=ISO_19108) public interface CalendarEra
Characteristics of each calendar era.
Method Summary | |
---|---|
Period |
getEpochOfUse()
Identifies the period for which the calendar era was used as a reference fro dating. |
JulianDate |
getJulianReference()
Provides the julian date that corresponds to the reference date. |
InternationalString |
getName()
Uniquely identifies the calendar era within this calendar. |
CalendarDate |
getReferenceDate()
Provides the date of the reference event expressed as a date in the given calendar. |
InternationalString |
getReferenceEvent()
Provides the name or description of a mythical or historic event which fixes the position of the base scale of the calendar era. |
Method Detail |
---|
@UML(identifier="name", obligation=MANDATORY, specification=ISO_19108) InternationalString getName()
@UML(identifier="referenceEvent", obligation=OPTIONAL, specification=ISO_19108) InternationalString getReferenceEvent()
@UML(identifier="referenceDate", obligation=OPTIONAL, specification=ISO_19108) CalendarDate getReferenceDate()
@UML(identifier="julianReference", specification=ISO_19108) JulianDate getJulianReference()
@UML(identifier="epochOfUse", specification=ISO_19108) Period getEpochOfUse()
end
is JulianDate
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |