public static enum CopyBehaviourCallback.ChildAssocCopyAction extends Enum<CopyBehaviourCallback.ChildAssocCopyAction> implements Comparable<CopyBehaviourCallback.ChildAssocCopyAction>
| Enum Constant and Description |
|---|
COPY_ASSOC
Copy the association only, keeping the existing child node
|
COPY_CHILD
Traverse the child association and copy the child node
|
IGNORE
Ignore the child association
|
| Modifier and Type | Method and Description |
|---|---|
static CopyBehaviourCallback.ChildAssocCopyAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CopyBehaviourCallback.ChildAssocCopyAction[] |
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 CopyBehaviourCallback.ChildAssocCopyAction IGNORE
public static final CopyBehaviourCallback.ChildAssocCopyAction COPY_ASSOC
public static final CopyBehaviourCallback.ChildAssocCopyAction COPY_CHILD
public static CopyBehaviourCallback.ChildAssocCopyAction[] values()
for (CopyBehaviourCallback.ChildAssocCopyAction c : CopyBehaviourCallback.ChildAssocCopyAction.values()) System.out.println(c);
public static CopyBehaviourCallback.ChildAssocCopyAction 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.