|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.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 |
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 |
|---|
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 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||