java.io.Serializable, java.lang.Comparable<SnapshotDiffReport.DiffType>public static enum SnapshotDiffReport.DiffType extends java.lang.Enum<SnapshotDiffReport.DiffType>
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getLabel() |
|
static SnapshotDiffReport.DiffType |
getTypeFromLabel(java.lang.String label) |
|
static SnapshotDiffReport.DiffType |
parseDiffType(java.lang.String s) |
|
static SnapshotDiffReport.DiffType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SnapshotDiffReport.DiffType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapshotDiffReport.DiffType CREATE
public static final SnapshotDiffReport.DiffType MODIFY
public static final SnapshotDiffReport.DiffType DELETE
public static final SnapshotDiffReport.DiffType RENAME
public static SnapshotDiffReport.DiffType[] values()
for (SnapshotDiffReport.DiffType c : SnapshotDiffReport.DiffType.values()) System.out.println(c);
public static SnapshotDiffReport.DiffType 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 nullpublic java.lang.String getLabel()
public static SnapshotDiffReport.DiffType getTypeFromLabel(java.lang.String label)
public static SnapshotDiffReport.DiffType parseDiffType(java.lang.String s)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.