Modifier and Type | Method and Description |
---|---|
static HoroscopeSign |
HoroscopeSign.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HoroscopeSign[] |
HoroscopeSign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
HoroscopeAPI.getHoroscopeReading(HoroscopeSign sign,
HoroscopeReading reading)
Get a reading for horoscope sign.
|
java.lang.String |
HoroscopeAPI.getSignInfo(HoroscopeSign hsign)
Get a date range for current Horoscope sign in String format.
|
java.lang.String |
HoroscopeAPI.getSignSymbol(HoroscopeSign hsign)
Get the Special symbol for current Horoscope sign in String format.
|