public static enum Difference.Where extends Enum<Difference.Where>
Enum Constant and Description |
---|
IN_BOTH_BUT_DIFFERENCE |
IN_BOTH_NO_DIFFERENCE |
ONLY_IN_REFERENCE |
ONLY_IN_TARGET |
Modifier and Type | Method and Description |
---|---|
static Difference.Where |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Difference.Where[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Difference.Where ONLY_IN_REFERENCE
public static final Difference.Where ONLY_IN_TARGET
public static final Difference.Where IN_BOTH_NO_DIFFERENCE
public static final Difference.Where IN_BOTH_BUT_DIFFERENCE
public static Difference.Where[] values()
for (Difference.Where c : Difference.Where.values()) System.out.println(c);
public static Difference.Where 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.