public static enum CopyBehaviourCallback.ChildAssocRecurseAction extends Enum<CopyBehaviourCallback.ChildAssocRecurseAction> implements Comparable<CopyBehaviourCallback.ChildAssocRecurseAction>
Enum Constant and Description |
---|
FORCE_RECURSE
Force all further copies of the source hierarchy to recurse into children.
|
RESPECT_RECURSE_FLAG
Respect the client's recursion decision
|
Modifier and Type | Method and Description |
---|---|
static CopyBehaviourCallback.ChildAssocRecurseAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CopyBehaviourCallback.ChildAssocRecurseAction[] |
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 CopyBehaviourCallback.ChildAssocRecurseAction RESPECT_RECURSE_FLAG
public static final CopyBehaviourCallback.ChildAssocRecurseAction FORCE_RECURSE
NOTE: Any part of the source subtree can still terminate the recursion, so this is mainly useful where the subtree contains the default behaviour.
public static CopyBehaviourCallback.ChildAssocRecurseAction[] values()
for (CopyBehaviourCallback.ChildAssocRecurseAction c : CopyBehaviourCallback.ChildAssocRecurseAction.values()) System.out.println(c);
public static CopyBehaviourCallback.ChildAssocRecurseAction 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.