com.x8ing.mc.bp
Class Bug.BugState
java.lang.Object
com.x8ing.mc.bp.Bug.BugState
- Enclosing class:
- Bug
public static class Bug.BugState
- extends java.lang.Object
kind of an enum.
- Author:
- Patrick Heusser
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
STATE_BUG_NEW
public static final Bug.BugState STATE_BUG_NEW
STATE_BUG_FIX_LATER
public static final Bug.BugState STATE_BUG_FIX_LATER
STATE_BUG_FIXED
public static final Bug.BugState STATE_BUG_FIXED
STATE_BUG_DEPLOYED
public static final Bug.BugState STATE_BUG_DEPLOYED
STATE_BUG_TEST_FAILED
public static final Bug.BugState STATE_BUG_TEST_FAILED
STATE_BUG_TEST_SUCESS
public static final Bug.BugState STATE_BUG_TEST_SUCESS
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
by Patrick Heusser