All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calendrica.Ethiopic

java.lang.Object
   |
   +----calendrica.ProtoDate
           |
           +----calendrica.Date
                   |
                   +----calendrica.StandardDate
                           |
                           +----calendrica.Ethiopic

public class Ethiopic
extends StandardDate

Variable Index

 o dayOfWeekNames
 o EPOCH
 o monthNames

Constructor Index

 o Ethiopic()
 o Ethiopic(Date)
 o Ethiopic(long)
 o Ethiopic(long, int, int)

Method Index

 o equals(Object)
 o format()
 o fromFixed(long)
 o toFixed()
 o toFixed(long, int, int)

Variables

 o EPOCH
 public static final long EPOCH
 o dayOfWeekNames
 public static final String dayOfWeekNames[]
 o monthNames
 public static final String monthNames[]

Constructors

 o Ethiopic
 public Ethiopic()
 o Ethiopic
 public Ethiopic(long date)
 o Ethiopic
 public Ethiopic(Date date)
 o Ethiopic
 public Ethiopic(long year,
                 int month,
                 int day)

Methods

 o toFixed
 public static long toFixed(long year,
                            int month,
                            int day)
 o toFixed
 public long toFixed()
Overrides:
toFixed in class Date
 o fromFixed
 public void fromFixed(long date)
Overrides:
fromFixed in class ProtoDate
 o format
 public String format()
Overrides:
format in class ProtoDate
 o equals
 public boolean equals(Object obj)
Overrides:
equals in class ProtoDate

All Packages  Class Hierarchy  This Package  Previous  Next  Index