|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.object.StatusMethods
| Method Summary | |
static java.lang.String |
statusAsString(Status status)
Returns the strings 'Neutral', 'Red', 'Amber' and 'Green' when the status() method in the Status object returns the constants NEUTRAL, RED, AMBER and GREEN respectively. |
static java.lang.String |
statusCode(Status status)
Returns the strings 'rd', 'am' and 'gr' when the status() method in the Status object returns the constants RED, AMBER and GREEN respectively. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.lang.String statusAsString(Status status)
public static java.lang.String statusCode(Status status)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||