All Packages Class Hierarchy This Package Previous Next Index
Class calendrica.Roman
java.lang.Object
|
+----calendrica.ProtoDate
|
+----calendrica.Date
|
+----calendrica.Roman
- public class Roman
- extends Date
-
count
-
-
countNames
-
-
event
-
-
eventNames
-
-
IDES
-
-
KALENDS
-
-
leapDay
-
-
month
-
-
NONES
-
-
year
-
-
Roman()
-
-
Roman(Date)
-
-
Roman(long)
-
-
Roman(long, int, int, int, boolean)
-
-
equals(Object)
-
-
format()
-
-
fromArray(int[])
-
-
fromFixed(long)
-
-
idesOfMonth(int)
-
-
nonesOfMonth(int)
-
-
toFixed()
-
-
toFixed(long, int, int, int, boolean)
-
-
toStringFields()
-
year
public long year
month
public int month
event
public int event
count
public int count
leapDay
public boolean leapDay
KALENDS
public static final int KALENDS
NONES
public static final int NONES
IDES
public static final int IDES
countNames
public static final String countNames[]
eventNames
public static final String eventNames[]
Roman
public Roman()
Roman
public Roman(long date)
Roman
public Roman(Date date)
Roman
public Roman(long year,
int month,
int event,
int count,
boolean leapDay)
toFixed
public static long toFixed(long year,
int month,
int event,
int count,
boolean leapDay)
toFixed
public long toFixed()
- Overrides:
- toFixed in class Date
fromFixed
public void fromFixed(long date)
- Overrides:
- fromFixed in class ProtoDate
fromArray
public void fromArray(int a[])
- Overrides:
- fromArray in class ProtoDate
idesOfMonth
public static int idesOfMonth(int month)
nonesOfMonth
public static int nonesOfMonth(int month)
toStringFields
protected String toStringFields()
- Overrides:
- toStringFields in class ProtoDate
format
public String format()
- Overrides:
- format in class ProtoDate
equals
public boolean equals(Object obj)
- Overrides:
- equals in class ProtoDate
All Packages Class Hierarchy This Package Previous Next Index