org.codehaus.mojo.scmchangelog.changelog.log
Class OperationTypeEnum

java.lang.Object
  extended by org.codehaus.mojo.scmchangelog.changelog.log.OperationTypeEnum

public class OperationTypeEnum
extends Object

Type of operation supported Currently there are 4 types :

Version:
$Id: OperationTypeEnum.java 7652 2008-09-11 07:58:40Z ehsavoie $
Author:
ehsavoie

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

ADD

public static final OperationTypeEnum ADD
The ADD operation.


UPDATE

public static final OperationTypeEnum UPDATE
The UPDATE operation.


FIX

public static final OperationTypeEnum FIX
The FIX operation.


REMOVE

public static final OperationTypeEnum REMOVE
The REMOVE operation.

Method Detail

hashCode

public int hashCode()
Return the hashcode for this operation element.

Overrides:
hashCode in class Object
Returns:
the hashcode for this operation element.

equals

public boolean equals(Object object)
Equality with another object.

Overrides:
equals in class Object
Parameters:
object - the object to be checked for equality against.
Returns:
true if object equals this - false otherwise.


Copyright © 2008-2009 Codehaus. All Rights Reserved.