| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Tabot> |
asList()
Returns an immutable list of all available tabots.
|
int |
compareTo(Tabot other) |
boolean |
equals(java.lang.Object obj) |
int |
getDayOfMonth()
Yields the associated day-of-month.
|
java.lang.String |
getDisplayName(java.util.Locale locale)
Determines either an Amharic translation of this instance or a latin transscription.
|
int |
hashCode() |
static Tabot |
of(int dayOfMonth)
Yields an instance for given day of month.
|
java.lang.String |
toString() |
public static java.util.List<Tabot> asList()
Returns an immutable list of all available tabots.
public static Tabot of(int dayOfMonth)
Yields an instance for given day of month.
dayOfMonth - tabot index in range 1-30Tabotjava.lang.IllegalArgumentException - if the argument is out of range 1-30public int getDayOfMonth()
Yields the associated day-of-month.
public java.lang.String getDisplayName(java.util.Locale locale)
Determines either an Amharic translation of this instance or a latin transscription.
locale - language settingnull)public int compareTo(Tabot other)
compareTo in interface java.lang.Comparable<Tabot>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object