|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.scmchangelog.changelog.log.OperationTypeEnum
public class OperationTypeEnum
Type of operation supported Currently there are 4 types :
| Field Summary | |
|---|---|
static OperationTypeEnum |
ADD
The ADD operation. |
static OperationTypeEnum |
FIX
The FIX operation. |
static OperationTypeEnum |
REMOVE
The REMOVE operation. |
static OperationTypeEnum |
UPDATE
The UPDATE operation. |
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Equality with another object. |
int |
hashCode()
Return the hashcode for this operation element. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final OperationTypeEnum ADD
public static final OperationTypeEnum UPDATE
public static final OperationTypeEnum FIX
public static final OperationTypeEnum REMOVE
| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
equals in class Objectobject - the object to be checked for equality against.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||