public static enum PrayerBxArea.TimeType extends Enum<PrayerBxArea.TimeType>
Enum Constant and Description |
---|
ASHAR
Ashar(5)
|
DHUHA
Dhuha(3)
|
DZUHUR
Dzuhur(4)
|
ISYA
Isya(7)
|
MAGHRIB
Maghrib(6)
|
MIDNIGHT
Midnight(8)
|
SUBUH
Subuh(1)
|
SUNRISE
Sunrise(2)
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static PrayerBxArea.TimeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrayerBxArea.TimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrayerBxArea.TimeType SUBUH
public static final PrayerBxArea.TimeType SUNRISE
public static final PrayerBxArea.TimeType DHUHA
public static final PrayerBxArea.TimeType DZUHUR
public static final PrayerBxArea.TimeType ASHAR
public static final PrayerBxArea.TimeType MAGHRIB
public static final PrayerBxArea.TimeType ISYA
public static final PrayerBxArea.TimeType MIDNIGHT
public final String value
public final int uiIndex
public static PrayerBxArea.TimeType[] values()
for (PrayerBxArea.TimeType c : PrayerBxArea.TimeType.values()) System.out.println(c);
public static PrayerBxArea.TimeType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<PrayerBxArea.TimeType>
Copyright © 2020 onbon4j. All rights reserved.