|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbyucc.edif.NewTypedValue
byucc.edif.IntegerTypedValue
public class IntegerTypedValue
Signifies that the EDIF file has an Integer value type.
| Field Summary | |
|---|---|
private int |
_integerValue
Contains the value of this IntegerTypedValue Object |
| Constructor Summary | |
|---|---|
IntegerTypedValue(int value)
Constructs an IntegerTypedValue Object with an intitial value as the passed-in value. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Returns a clone or copy of this object. |
int |
getIntegerValue()
Returns the Integer value of this Object. |
void |
setIntegerValue(int value)
Sets the int value of this Object. |
void |
toEdif(EdifPrintWriter epw)
Converts this object to EDIF format and writes it to the passed in EdifPrintWriter Object. |
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 int _integerValue
| Constructor Detail |
|---|
public IntegerTypedValue(int value)
value - The initial value of this IntegerTypedValue Object| Method Detail |
|---|
public java.lang.Object clone()
clone in class NewTypedValuepublic int getIntegerValue()
public void setIntegerValue(int value)
value - The int value to set the value of this object topublic 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 | ||||||||