@Generated(value="org.nuiton.eugene.java.JavaEnumerationTransformer", date="Thu Dec 17 16:16:20 CET 2015") public enum HorizonType extends Enum<HorizonType>
| Enum Constant and Description |
|---|
HT_0_15 |
HT_0_30 |
HT_0_5 |
HT_10_15 |
HT_120_150 |
HT_15_30 |
HT_150_180 |
HT_180_210 |
HT_30_60 |
HT_5_10 |
HT_60_90 |
HT_90_120 |
| Modifier and Type | Method and Description |
|---|---|
static HorizonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HorizonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HorizonType HT_0_5
public static final HorizonType HT_5_10
public static final HorizonType HT_10_15
public static final HorizonType HT_0_15
public static final HorizonType HT_15_30
public static final HorizonType HT_0_30
public static final HorizonType HT_30_60
public static final HorizonType HT_60_90
public static final HorizonType HT_90_120
public static final HorizonType HT_120_150
public static final HorizonType HT_150_180
public static final HorizonType HT_180_210
public static HorizonType[] values()
for (HorizonType c : HorizonType.values()) System.out.println(c);
public static HorizonType 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 © 2013–2015 Inra. All rights reserved.