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