public static enum RMCollectionUtils.Difference extends Enum<RMCollectionUtils.Difference>
| Modifier and Type | Method and Description |
|---|---|
static RMCollectionUtils.Difference |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RMCollectionUtils.Difference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RMCollectionUtils.Difference ADDED
public static final RMCollectionUtils.Difference REMOVED
public static final RMCollectionUtils.Difference CHANGED
public static final RMCollectionUtils.Difference UNCHANGED
public static RMCollectionUtils.Difference[] values()
for (RMCollectionUtils.Difference c : RMCollectionUtils.Difference.values()) System.out.println(c);
public static RMCollectionUtils.Difference 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–2016 Alfresco Software. All rights reserved.