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