public static enum VersionRevertCallback.RevertAspectAction extends Enum<VersionRevertCallback.RevertAspectAction> implements Comparable<VersionRevertCallback.RevertAspectAction>
Enum Constant and Description |
---|
IGNORE
Ignore the aspect, do not remove it or its properties.
|
REVERT
Revert this aspect, if it does not exist on the target version then it will be removed.
|
Modifier and Type | Method and Description |
---|---|
static VersionRevertCallback.RevertAspectAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionRevertCallback.RevertAspectAction[] |
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, valueOf
compareTo
public static final VersionRevertCallback.RevertAspectAction REVERT
public static final VersionRevertCallback.RevertAspectAction IGNORE
public static VersionRevertCallback.RevertAspectAction[] values()
for (VersionRevertCallback.RevertAspectAction c : VersionRevertCallback.RevertAspectAction.values()) System.out.println(c);
public static VersionRevertCallback.RevertAspectAction 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–2017 Alfresco Software. All rights reserved.