|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbyucc.edif.NewTypedValue
byucc.edif.StringTypedValue
Signifies that the EDIF file has a String value type.
| Field Summary | |
private java.lang.String |
_stringValue
The String value of this Object |
| Constructor Summary | |
StringTypedValue(java.lang.String value)
Constructs a StringTypedValue Object with the specified value. |
|
| Method Summary | |
java.lang.Object |
clone()
Returns a clone or copy of this object. |
java.lang.String |
getStringValue()
Returns the String value of this object |
void |
setStringValue(java.lang.String value)
Sets the String value of this StringTypedValue Object. |
void |
toEdif(EdifPrintWriter epw)
Writes this object in EDIF format to the passed-in PrintWriter |
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 java.lang.String _stringValue
| Constructor Detail |
public StringTypedValue(java.lang.String value)
value - The value of the new StringTypedValue Object| Method Detail |
public java.lang.Object clone()
clone in class NewTypedValuepublic java.lang.String getStringValue()
public void setStringValue(java.lang.String value)
value - The String value to set this object topublic void toEdif(EdifPrintWriter epw)
toEdif in interface EdifOutepw - The EdifPrintWriter Object that the EDIF will be
written to.public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||