public static enum IeDoublePointWithQuality.DoublePointInformation extends java.lang.Enum<IeDoublePointWithQuality.DoublePointInformation>
Enum Constant and Description |
---|
INDETERMINATE |
INDETERMINATE_OR_INTERMEDIATE |
OFF |
ON |
Modifier and Type | Method and Description |
---|---|
static IeDoublePointWithQuality.DoublePointInformation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IeDoublePointWithQuality.DoublePointInformation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IeDoublePointWithQuality.DoublePointInformation INDETERMINATE_OR_INTERMEDIATE
public static final IeDoublePointWithQuality.DoublePointInformation OFF
public static final IeDoublePointWithQuality.DoublePointInformation ON
public static final IeDoublePointWithQuality.DoublePointInformation INDETERMINATE
public static IeDoublePointWithQuality.DoublePointInformation[] values()
for (IeDoublePointWithQuality.DoublePointInformation c : IeDoublePointWithQuality.DoublePointInformation.values()) System.out.println(c);
public static IeDoublePointWithQuality.DoublePointInformation 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