Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.javatools.compare
Class ContributorKind

java.lang.Object
  extended by oracle.javatools.compare.ContributorKind

public final class ContributorKind
extends java.lang.Object

There are up to three contributors to a compare operation. ContributorKind is a typesafe enumeration used to identify one of the three contributors.

Since:
release specific (what release of product did this appear in)

Field Summary
static ContributorKind ANCESTOR
          The ANCESTOR contributor.
static ContributorKind FIRST
          The FIRST contributor.
static ContributorKind SECOND
          The SECOND contributor.
static java.util.List VALUES
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 java.lang.String name()
           
 int ordinal()
           
 java.lang.String toString()
           
protected static ContributorKind valueOf(ContributorKind[] enums, java.lang.String name)
           
static ContributorKind valueOf(java.lang.String name)
           
static ContributorKind[] values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FIRST

public static final ContributorKind FIRST
The FIRST contributor. This is normally the first contributor in a two way or three way diff.


SECOND

public static final ContributorKind SECOND
The SECOND contributor. This is normally the second contributor in a two way or three way diff


ANCESTOR

public static final ContributorKind ANCESTOR
The ANCESTOR contributor. This is typically the historical common predecessor of the SOURCE and TARGET contributors in a three way diff.


VALUES

public static final java.util.List VALUES
Method Detail

name

public java.lang.String name()

ordinal

public int ordinal()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

compareTo

public int compareTo(java.lang.Object o)

valueOf

protected static final ContributorKind valueOf(ContributorKind[] enums,
                                               java.lang.String name)

valueOf

public static final ContributorKind valueOf(java.lang.String name)

values

public static final ContributorKind[] values()

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.