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