|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.time.position.CalendarDate
public class CalendarDate
TemporalPosition
that may include year, year and month or year, month and day.
Constructor Summary | |
---|---|
CalendarDate(BigInteger year,
TimeZone timeZone,
Short month,
Short day)
|
Method Summary | |
---|---|
int |
compareTo(TemporalPosition arg0)
|
Short |
getDay()
Returns the day. |
IndeterminateValue |
getIndeterminateValue()
|
Short |
getMonth()
Returns the month. |
TimeZone |
getTimeZone()
Returns the time zone. |
BigInteger |
getYear()
Returns the year. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CalendarDate(BigInteger year, TimeZone timeZone, Short month, Short day)
Method Detail |
---|
public BigInteger getYear()
null
public TimeZone getTimeZone()
null
(no timezone information)public Short getMonth()
null
(no month information)public Short getDay()
null
(no day information)public int compareTo(TemporalPosition arg0)
compareTo
in interface Comparable<TemporalPosition>
public IndeterminateValue getIndeterminateValue()
getIndeterminateValue
in interface TemporalPosition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |