public static enum RootModuleVersionJobAbstractImpl.UnsyncChangesBehavior extends Enum<RootModuleVersionJobAbstractImpl.UnsyncChangesBehavior>
| Enum Constant and Description |
|---|
DO_NOT_HANDLE
Do not test or handle unsynchronized changes.
|
INTERACT
Interact with the user if unsynchronized changes are detected.
|
USER_ERROR
Throws
RuntimeExceptionUserError if unsynchronized changes are
detected. |
| Modifier and Type | Method and Description |
|---|---|
static RootModuleVersionJobAbstractImpl.UnsyncChangesBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RootModuleVersionJobAbstractImpl.UnsyncChangesBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RootModuleVersionJobAbstractImpl.UnsyncChangesBehavior DO_NOT_HANDLE
public static final RootModuleVersionJobAbstractImpl.UnsyncChangesBehavior USER_ERROR
RuntimeExceptionUserError if unsynchronized changes are
detected.public static final RootModuleVersionJobAbstractImpl.UnsyncChangesBehavior INTERACT
public static RootModuleVersionJobAbstractImpl.UnsyncChangesBehavior[] values()
for (RootModuleVersionJobAbstractImpl.UnsyncChangesBehavior c : RootModuleVersionJobAbstractImpl.UnsyncChangesBehavior.values()) System.out.println(c);
public static RootModuleVersionJobAbstractImpl.UnsyncChangesBehavior 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 © 2015–2016 AZYVA INC.. All rights reserved.