public static enum Differences.SidePresent extends Enum<Differences.SidePresent>
| Enum Constant and Description |
|---|
BOTH |
LEFT_ONLY |
NEITHER |
RIGHT_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static Differences.SidePresent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Differences.SidePresent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Differences.SidePresent LEFT_ONLY
public static final Differences.SidePresent RIGHT_ONLY
public static final Differences.SidePresent NEITHER
public static final Differences.SidePresent BOTH
public static Differences.SidePresent[] values()
for (Differences.SidePresent c : Differences.SidePresent.values()) System.out.println(c);
public static Differences.SidePresent 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 © 2018–2021 LF AI & Data Foundation. All rights reserved.