|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbyucc.edif.BooleanTypedValue
public class BooleanTypedValue
Signifies that the EDIF file has a Boolean value type.
| Field Summary | |
|---|---|
private boolean |
_booleanValue
The boolean value of this object |
| Constructor Summary | |
|---|---|
BooleanTypedValue(boolean value)
Construct a BooleanTypedValue Object with the specified value. |
|
| Method Summary | |
|---|---|
boolean |
equals(EdifTypedValue value)
|
boolean |
getBooleanValue()
Return the boolean value of this object. |
void |
toEdif(EdifPrintWriter epw)
Convert this object to EDIF format and write it to the passed-in EdifPrintWriter. |
java.lang.String |
toString()
Return a String representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private boolean _booleanValue
| Constructor Detail |
|---|
public BooleanTypedValue(boolean value)
value - The value of this BooleanTypeValue Object| Method Detail |
|---|
public boolean equals(EdifTypedValue value)
equals in interface EdifTypedValuepublic boolean getBooleanValue()
public void toEdif(EdifPrintWriter epw)
toEdif in interface EdifOutepw - The EdifPrintWriter Object that the EDIF data will
be written topublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||