|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="TM_OrdinalEra",
specification=ISO_19108)
public interface OrdinalEraProvides a reference to the ordinal era in which the instant occurs.
| Method Summary | |
|---|---|
Date |
getBeginning()
The beginning at which the ordinal era began if it's known. |
Collection<OrdinalEra> |
getComposition()
Ordinal eras that subdivide this ordinal era. |
Date |
getEnd()
The end at which the ordinal era began if it's known. |
InternationalString |
getName()
The unique name of the ordinal era within the ordinal reference system. |
| Method Detail |
|---|
@UML(identifier="name",
obligation=MANDATORY,
specification=ISO_19108)
InternationalString getName()
@UML(identifier="begin",
obligation=OPTIONAL,
specification=ISO_19108)
Date getBeginning()
@UML(identifier="end",
obligation=OPTIONAL,
specification=ISO_19108)
Date getEnd()
@UML(identifier="Composition",
obligation=MANDATORY,
specification=ISO_19108)
Collection<OrdinalEra> getComposition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||