static enum DateComparison.State extends java.lang.Enum<DateComparison.State>
Enum Constant and Description |
---|
SAW_CMP1 |
SAW_CMP2 |
SAW_IFNE |
SAW_LOAD1_1 |
SAW_LOAD1_2 |
SAW_LOAD2_1 |
SAW_LOAD2_2 |
SAW_NOTHING |
Modifier and Type | Method and Description |
---|---|
static DateComparison.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DateComparison.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateComparison.State SAW_NOTHING
public static final DateComparison.State SAW_LOAD1_1
public static final DateComparison.State SAW_LOAD1_2
public static final DateComparison.State SAW_CMP1
public static final DateComparison.State SAW_IFNE
public static final DateComparison.State SAW_LOAD2_1
public static final DateComparison.State SAW_LOAD2_2
public static final DateComparison.State SAW_CMP2
public static DateComparison.State[] values()
for (DateComparison.State c : DateComparison.State.values()) System.out.println(c);
public static DateComparison.State 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 nullCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.