|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
FitStatusInt -- fit status interface
Field Summary | |
static String |
NOT_FITTED
|
static String |
OK
|
static String |
UNKNOWN_ERROR
|
Method Summary | |
FitStatusInt |
addMessage(String message)
add to text message |
boolean |
equals(FitStatusInt status)
Are the status words equal? |
String |
getMessage()
get the text message |
String |
getStatus()
get the current status |
FitStatusInt |
setStatus(String status)
set the status |
boolean |
success()
successful fitting? |
String |
toString()
phrase the status into a string |
String |
toStringWithMessage()
phrase the status into a string including the text message |
boolean |
unknownError()
unknown error? |
Methods inherited from interface hep.lcd.event.FitStatus |
isOK |
Field Detail |
public static final String OK
public static final String NOT_FITTED
public static final String UNKNOWN_ERROR
Method Detail |
public FitStatusInt setStatus(String status)
public String getStatus()
public FitStatusInt addMessage(String message)
public String getMessage()
public boolean success()
public boolean unknownError()
public boolean equals(FitStatusInt status)
public String toString()
toString
in class Object
public String toStringWithMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |