|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.status.StatusItem
gov.nasa.gsfc.drl.rtstps.core.status.TextStatusItem
public final class TextStatusItem
This is a text status item. It usually holds states.
Field Summary | |
---|---|
private static long |
serialVersionUID
|
java.lang.String |
value
The string status value. |
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.status.StatusItem |
---|
clearable |
Constructor Summary | |
---|---|
TextStatusItem(java.lang.String label)
Create a TextStatusItem with the given name. |
|
TextStatusItem(java.lang.String label,
java.lang.String initialValue)
Create a TextStatusItem with the given name and initial value. |
Method Summary | |
---|---|
void |
clear()
Clear this status item. |
java.lang.String |
getValue()
Get this item's value as a string. |
Methods inherited from class gov.nasa.gsfc.drl.rtstps.core.status.StatusItem |
---|
getName, isClearable, setClearable, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String value
private static final long serialVersionUID
Constructor Detail |
---|
public TextStatusItem(java.lang.String label)
public TextStatusItem(java.lang.String label, java.lang.String initialValue)
Method Detail |
---|
public final java.lang.String getValue()
getValue
in class StatusItem
public void clear()
clear
in class StatusItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |