public static enum IncrementalBuilder.DeltaSource.Delta extends java.lang.Enum<IncrementalBuilder.DeltaSource.Delta>
Modifier and Type | Method and Description |
---|---|
static IncrementalBuilder.DeltaSource.Delta |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IncrementalBuilder.DeltaSource.Delta[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncrementalBuilder.DeltaSource.Delta ADDED
public static final IncrementalBuilder.DeltaSource.Delta MODIFIED
public static final IncrementalBuilder.DeltaSource.Delta REMOVED
public static IncrementalBuilder.DeltaSource.Delta[] values()
for (IncrementalBuilder.DeltaSource.Delta c : IncrementalBuilder.DeltaSource.Delta.values()) System.out.println(c);
public static IncrementalBuilder.DeltaSource.Delta 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