public static final class Difference.Where
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static Difference.Where |
IN_BOTH_BUT_DIFFERENCE |
static Difference.Where |
IN_BOTH_NO_DIFFERENCE |
static Difference.Where |
ONLY_IN_REFERENCE |
static Difference.Where |
ONLY_IN_TARGET |
| Modifier and Type | Method and Description |
|---|---|
static Difference.Where |
valueOf(java.lang.String name) |
static Difference.Where[] |
values() |
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()
public static Difference.Where valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.