|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteteg.sinon.executor.CatalogState
public class CatalogState
Class that represents catalog states.
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 |
---|
public static final CatalogState BEFORE_PROCESSING
public static final CatalogState AFTER_PROCESSING
Method Detail |
---|
public boolean isBeforeProcessing()
true
if this state is
BEFORE_PROCESSING
.
true
if this state is
BEFORE_PROCESSING
, false
otherwise.public boolean isAfterProcessing()
true
if this state is
AFTER_PROCESSING
, false
otherwise.
true
if this state is
AFTER_PROCESSING
, false
otherwise.public java.lang.String getName()
String
containing the name of this state.
String
.public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |