|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbyucc.edif.NewTypedValue
byucc.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)
Constructs a BooleanTypedValue Object with the specified value. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Returns a clone or copy of this object. |
boolean |
getBooleanValue()
Returns the boolean value of this object. |
void |
setBooleanValue(boolean value)
Sets the boolean value of this object to the passed-in boolean. |
void |
toEdif(EdifPrintWriter epw)
Converts this object to EDIF format and writes it to the passed-in EdifPrintWriter. |
java.lang.String |
toString()
Returns a String representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
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 java.lang.Object clone()
clone in class NewTypedValuepublic boolean getBooleanValue()
public void setBooleanValue(boolean value)
value - The boolean value that the value of this Object
will be set to.public java.lang.String toString()
toString in class java.lang.Objectpublic void toEdif(EdifPrintWriter epw)
toEdif in interface EdifOutepw - The EdifPrintWriter Object that the EDIF data will
be written to
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||