public enum ZodiacSignType extends Enum<ZodiacSignType>
| Enum Constant and Description |
|---|
FISCHE |
JUNGFRAU |
KREBS |
LOEWE |
SCHUETZE |
SKORPION |
STEINBOCK |
STIER |
WAAGE |
WASSERMANN |
WIDDER |
ZWILLINGE |
| Modifier and Type | Method and Description |
|---|---|
static ZodiacSignType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZodiacSignType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZodiacSignType WIDDER
public static final ZodiacSignType STIER
public static final ZodiacSignType ZWILLINGE
public static final ZodiacSignType KREBS
public static final ZodiacSignType LOEWE
public static final ZodiacSignType JUNGFRAU
public static final ZodiacSignType WAAGE
public static final ZodiacSignType SKORPION
public static final ZodiacSignType SCHUETZE
public static final ZodiacSignType STEINBOCK
public static final ZodiacSignType WASSERMANN
public static final ZodiacSignType FISCHE
public static ZodiacSignType[] values()
for (ZodiacSignType c : ZodiacSignType.values()) System.out.println(c);
public static ZodiacSignType 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 nullCopyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.