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