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