public static enum VersionRevertCallback.RevertAssocAction extends Enum<VersionRevertCallback.RevertAssocAction> implements Comparable<VersionRevertCallback.RevertAssocAction>
| Enum Constant and Description |
|---|
IGNORE
Ignore the assoc, do not remove it or add it.
|
REVERT
Revert this assoc, if it does not exist on the target version then it will be removed.
|
| Modifier and Type | Method and Description |
|---|---|
static VersionRevertCallback.RevertAssocAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionRevertCallback.RevertAssocAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcompareTopublic static final VersionRevertCallback.RevertAssocAction REVERT
public static final VersionRevertCallback.RevertAssocAction IGNORE
public static VersionRevertCallback.RevertAssocAction[] values()
for (VersionRevertCallback.RevertAssocAction c : VersionRevertCallback.RevertAssocAction.values()) System.out.println(c);
public static VersionRevertCallback.RevertAssocAction 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 © 2005–2018 Alfresco Software. All rights reserved.