|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.javatools.compare.ContributorKind
public final class ContributorKind
There are up to three contributors to a compare operation. ContributorKind is a typesafe enumeration used to identify one of the three contributors.
| Field Summary | |
|---|---|
static ContributorKind |
ANCESTORThe ANCESTOR contributor. |
static ContributorKind |
FIRSTThe FIRST contributor. |
static ContributorKind |
SECONDThe 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 |
|---|
public static final ContributorKind FIRST
public static final ContributorKind SECOND
public static final ContributorKind ANCESTOR
public static final java.util.List VALUES
| Method Detail |
|---|
public java.lang.String name()
public int ordinal()
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(java.lang.Object o)
protected static final ContributorKind valueOf(ContributorKind[] enums,
java.lang.String name)
public static final ContributorKind valueOf(java.lang.String name)
public static final ContributorKind[] values()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||