public static enum Enumhta.BarHop extends Enum<Enumhta.BarHop>
Modifier and Type | Method and Description |
---|---|
static Enumhta.BarHop |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumhta.BarHop[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumhta.BarHop BYST
public static final Enumhta.BarHop BYST_OB
public static final Enumhta.BarHop BYTT
public static final Enumhta.BarHop BYTT_OB
public static Enumhta.BarHop[] values()
for (Enumhta.BarHop c : Enumhta.BarHop.values()) System.out.println(c);
public static Enumhta.BarHop 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 © 2019. All rights reserved.