public static enum SynchronizationInfo.SynchronizationStatus extends Enum<SynchronizationInfo.SynchronizationStatus>
WorkspaceFileInfo
and RepositoryFileInfo
objects can be reviewed to determine where the changes exist.Enum Constant and Description |
---|
IN_SYNC |
NOT_SYNCED |
OUT_OF_SYNC |
Modifier and Type | Method and Description |
---|---|
static SynchronizationInfo.SynchronizationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynchronizationInfo.SynchronizationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynchronizationInfo.SynchronizationStatus NOT_SYNCED
public static final SynchronizationInfo.SynchronizationStatus OUT_OF_SYNC
public static final SynchronizationInfo.SynchronizationStatus IN_SYNC
public static SynchronizationInfo.SynchronizationStatus[] values()
for (SynchronizationInfo.SynchronizationStatus c : SynchronizationInfo.SynchronizationStatus.values()) System.out.println(c);
public static SynchronizationInfo.SynchronizationStatus 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 (c) 2019, SAS Institute Inc., Cary, NC, USA