|
|||||||||
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.IntegerStatusItem
public final class IntegerStatusItem
This is an integer status item. It usually holds counters.
Field Summary | |
---|---|
private static long |
serialVersionUID
|
int |
value
The 32-bit status value. |
Fields inherited from class gov.nasa.gsfc.drl.rtstps.core.status.StatusItem |
---|
clearable |
Constructor Summary | |
---|---|
IntegerStatusItem(java.lang.String label)
Create an IntegerStatusItem with the given name. |
Method Summary | |
---|---|
void |
clear()
Zero this status item. |
int |
getIntValue()
Get this item's value as aN integer. |
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 int value
private static final long serialVersionUID
Constructor Detail |
---|
public IntegerStatusItem(java.lang.String label)
Method Detail |
---|
public final java.lang.String getValue()
getValue
in class StatusItem
public final int getIntValue()
public void clear()
clear
in class StatusItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |