public enum swPMITolPerUnitAreaType_e extends java.lang.Enum<swPMITolPerUnitAreaType_e>
Enum Constant and Description |
---|
swPMITolPerUnitType_Circular |
swPMITolPerUnitType_None |
swPMITolPerUnitType_Rectangular |
swPMITolPerUnitType_Square |
swPMITolPerUnitType_Unknown |
Modifier and Type | Method and Description |
---|---|
static swPMITolPerUnitAreaType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swPMITolPerUnitAreaType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swPMITolPerUnitAreaType_e swPMITolPerUnitType_None
public static final swPMITolPerUnitAreaType_e swPMITolPerUnitType_Unknown
public static final swPMITolPerUnitAreaType_e swPMITolPerUnitType_Circular
public static final swPMITolPerUnitAreaType_e swPMITolPerUnitType_Rectangular
public static final swPMITolPerUnitAreaType_e swPMITolPerUnitType_Square
public static swPMITolPerUnitAreaType_e[] values()
for (swPMITolPerUnitAreaType_e c : swPMITolPerUnitAreaType_e.values()) System.out.println(c);
public static swPMITolPerUnitAreaType_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null