org.alfresco.util.schemacomp
Class Difference.Where
java.lang.Object
java.lang.Enum
org.alfresco.util.schemacomp.Difference.Where
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing class:
- Difference
public static final class Difference.Where
- extends java.lang.Enum
Specifies the type of differences
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ONLY_IN_REFERENCE
public static final Difference.Where ONLY_IN_REFERENCE
ONLY_IN_TARGET
public static final Difference.Where ONLY_IN_TARGET
IN_BOTH_NO_DIFFERENCE
public static final Difference.Where IN_BOTH_NO_DIFFERENCE
IN_BOTH_BUT_DIFFERENCE
public static final Difference.Where IN_BOTH_BUT_DIFFERENCE
values
public static Difference.Where[] values()
valueOf
public static Difference.Where valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.