⇒ Index (Frames) | ⇒ Index (No Frames) | ⇒ Package | ⇒ Package Tree | ⇒ Full Tree 
com.tildemh.debbug

Class Status

java.lang.Object|
+--com.tildemh.debbug.Status

All Implemented Interfaces:
java.io.Serializable


publicclass Status
extends java.lang.Object
implements java.io.Serializable

Status field for a bug report or listing. This is related to how the user has interacted with the bug - whether they have read the bug, commented on the bug, are interested in the bug, or whether it has been updated since the user last read it.

This is released under the terms of the GNU Lesser General Public License (LGPL). See the COPYING file for details.

Author:
© Mark Howard <mh@debian.org> 2002

Field Summary

static transient Status

NEW

static transient Status

READ

static transient Status

UPDATED

Constructor Summary

Status(int value,String name)

Method Summary

boolean

equals(Status test)

int

getValue()

static Status

parse(String s)

String

toString()

Field Details

NEW

publicstatic transient StatusNEW


READ

publicstatic transient StatusREAD


UPDATED

publicstatic transient StatusUPDATED

Constructor Details

Status

publicStatus(int value,String name)

Parameters:
value
name

Method Details

equals

publicbooleanequals(Status test)

Parameters:
test
Returns:
true if two tags are the same

getValue

publicintgetValue()

Returns:
internal representation of tag

parse

publicstatic Statusparse(String s)

Parameters:
s

toString

publicStringtoString()