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