public class ContributorType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ContributorType |
ANCESTOR
The ancestor contributor
|
static ContributorType |
LEFT
The left contributor
|
static ContributorType |
MERGED
The merged contributor
|
static ContributorType |
RIGHT
The right contributor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Returns the id of the contributor type
|
int |
hashCode()
Provide hashcode calculation for contributor type object
|
java.lang.String |
toString()
return the string representation of the contributor type
|
public static final ContributorType ANCESTOR
public static final ContributorType LEFT
public static final ContributorType RIGHT
public static final ContributorType MERGED
public java.lang.String getId()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()