protected static enum SBaseElementImpl.EQUALS_STATE extends Enum<SBaseElementImpl.EQUALS_STATE>
| Enum Constant and Description |
|---|
CONTINUE |
RETURN_FALSE |
RETURN_TRUE |
| Modifier and Type | Method and Description |
|---|---|
static SBaseElementImpl.EQUALS_STATE |
valueOf(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(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 nullCopyright © 2017 Bonitasoft S.A.. All rights reserved.