|
|||||||||
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
public abstract class StatusItem
This class contains a single status item. It is most often a long integer counter. The derivatives define the type of value.
Field Summary | |
---|---|
protected boolean |
clearable
If true, this item can be cleared. |
private java.lang.String |
name
A name for this item. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
protected |
StatusItem(java.lang.String label)
Create a StatusItem with the given name. |
Method Summary | |
---|---|
abstract void |
clear()
Clear this status item. |
java.lang.String |
getName()
Get the name. |
abstract java.lang.String |
getValue()
Get this item's value as a string. |
boolean |
isClearable()
Determine if this status item is clearable. |
void |
setClearable(boolean x)
Set to clearable or not. |
java.lang.String |
toString()
Get this item in the form "name=value". |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private final java.lang.String name
protected boolean clearable
Constructor Detail |
---|
protected StatusItem(java.lang.String label)
Method Detail |
---|
public final java.lang.String getName()
public final void setClearable(boolean x)
public final boolean isClearable()
public java.lang.String toString()
toString
in class java.lang.Object
public abstract java.lang.String getValue()
public abstract void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |