eteg.sinon.executor
Class CatalogState

java.lang.Object
  extended by eteg.sinon.executor.CatalogState

public class CatalogState
extends java.lang.Object

Class that represents catalog states.

Version:
$Revision: 1.2 $
Author:
Thiago H. de Paula Figueiredo, Last modified by $Author: thiagohp $

Field Summary
static CatalogState AFTER_PROCESSING
          Constant that defines the state of a catalog after it is processed.
static CatalogState BEFORE_PROCESSING
          Constant that defines the state of a catalog before its processing begins.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getName()
          Returns a String containing the name of this state.
 boolean isAfterProcessing()
          Retorna true if this state is AFTER_PROCESSING, false otherwise.
 boolean isBeforeProcessing()
          Retorns true if this state is BEFORE_PROCESSING.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEFORE_PROCESSING

public static final CatalogState BEFORE_PROCESSING
Constant that defines the state of a catalog before its processing begins.


AFTER_PROCESSING

public static final CatalogState AFTER_PROCESSING
Constant that defines the state of a catalog after it is processed.

Method Detail

isBeforeProcessing

public boolean isBeforeProcessing()
Retorns true if this state is BEFORE_PROCESSING.

Returns:
true if this state is BEFORE_PROCESSING, false otherwise.

isAfterProcessing

public boolean isAfterProcessing()
Retorna true if this state is AFTER_PROCESSING, false otherwise.

Returns:
true if this state is AFTER_PROCESSING, false otherwise.

getName

public java.lang.String getName()
Returns a String containing the name of this state.

Returns:
a String.

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object


Copyright © 2004-2005 ETEG Internet Ltda.. All Rights Reserved.