@Deprecated public enum SynchronizationMode extends java.lang.Enum<SynchronizationMode>
Enum Constant and Description |
---|
FULL_REFRESH
Deprecated.
|
LIGHT_REFRESH
Deprecated.
|
STANDARD
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SynchronizationMode |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SynchronizationMode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynchronizationMode STANDARD
public static final SynchronizationMode FULL_REFRESH
public static final SynchronizationMode LIGHT_REFRESH
public static SynchronizationMode[] values()
for (SynchronizationMode c : SynchronizationMode.values()) System.out.println(c);
public static SynchronizationMode 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 nullCopyright © 2021 Dassault Systèmes, All Rights Reserved.