org.alfresco.util.schemacomp
Class Difference.Where

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
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
           
 
Method Summary
static Difference.Where valueOf(java.lang.String name)
           
static Difference.Where[] values()
           
 
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
 

Field Detail

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
Method Detail

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.