public static enum AbstractSynchroContext.SynchroAction extends Enum<AbstractSynchroContext.SynchroAction>
Enum Constant and Description |
---|
CONFLICT |
COPY_TO_DISTANT |
COPY_TO_LOCAL |
DELETE_DISTANT |
DELETE_LOCAL |
MOVE_DISTANT |
MOVE_LOCAL |
Modifier and Type | Method and Description |
---|---|
static AbstractSynchroContext.SynchroAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSynchroContext.SynchroAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractSynchroContext.SynchroAction COPY_TO_LOCAL
public static final AbstractSynchroContext.SynchroAction COPY_TO_DISTANT
public static final AbstractSynchroContext.SynchroAction DELETE_LOCAL
public static final AbstractSynchroContext.SynchroAction DELETE_DISTANT
public static final AbstractSynchroContext.SynchroAction MOVE_LOCAL
public static final AbstractSynchroContext.SynchroAction MOVE_DISTANT
public static final AbstractSynchroContext.SynchroAction CONFLICT
public static AbstractSynchroContext.SynchroAction[] values()
for (AbstractSynchroContext.SynchroAction c : AbstractSynchroContext.SynchroAction.values()) System.out.println(c);
public static AbstractSynchroContext.SynchroAction 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 © 2012-2018. All Rights Reserved.