|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--satin.aro.AROdatum
|
+--satin.aro.ARObooleanDatum
public class ARObooleanDatum
extends AROdatumAn incoming boolean data element.
| Fields inherited from class satin.aro.AROdatum |
gotten, name |
| Constructor Summary | |
ARObooleanDatum(java.lang.String name,
boolean value)
Creates a boolean data element. |
|
| Method Summary | |
void |
addToOutput(AROoutgoingData d,
java.lang.String name)
Copies the incoming data (this object) into the given outgoing data. |
void |
dump(java.lang.String indent)
Dumps the contents of the object for debugging. |
boolean |
getBoolean()
Returns the value of a boolean data element. |
java.lang.String |
toString()
Converts the value of the data element to a string. |
| Methods inherited from class satin.aro.AROdatum |
addToOutput, dump, getCompound, getInteger, getName, getObjectID, getReal, getString, wasGotten |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ARObooleanDatum(java.lang.String name,
boolean value)
namevalue| Method Detail |
public boolean getBoolean()
AROdatum
getBoolean in class AROdatum
satin.aro.AROdatum
public void addToOutput(AROoutgoingData d,
java.lang.String name)
AROdatum
addToOutput in class AROdatum
satin.aro.AROdatum
dnamepublic java.lang.String toString()
AROdatum
toString in class AROdatum
satin.aro.AROdatum
public void dump(java.lang.String indent)
AROdatum
dump in class AROdatum
satin.aro.AROdatum
indent| Revision History |
4/6/01 Ed Stauff - changes per initial code review.
4/5/01 Ed Stauff - made changes per review.
3/27/01 Ed Stauff - initial review.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
ARObooleanDatum.java (PRIVATE SOURCES)