public static enum IncrementalSnapshotInfo.SnapshotType extends Enum<IncrementalSnapshotInfo.SnapshotType>
Modifier and Type | Method and Description |
---|---|
static IncrementalSnapshotInfo.SnapshotType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncrementalSnapshotInfo.SnapshotType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncrementalSnapshotInfo.SnapshotType PERIODIC
public static final IncrementalSnapshotInfo.SnapshotType BASE
public static final IncrementalSnapshotInfo.SnapshotType INCREMENT
public static IncrementalSnapshotInfo.SnapshotType[] values()
for (IncrementalSnapshotInfo.SnapshotType c : IncrementalSnapshotInfo.SnapshotType.values()) System.out.println(c);
public static IncrementalSnapshotInfo.SnapshotType 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 © 2019. All rights reserved.