|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbyucc.edif.ScaledInteger
public class ScaledInteger
Signifies that the EDIF file has an Integer value type.
| Field Summary | |
|---|---|
protected int |
_integerValue
Contains the value of this IntegerTypedValue Object |
| Constructor Summary | |
|---|---|
ScaledInteger(int value)
Construct an IntegerTypedValue Object with an intitial value as the passed-in value. |
|
| Method Summary | |
|---|---|
boolean |
equals(EdifTypedValue value)
|
int |
getIntegerValue()
Return the Integer value of this Object. |
void |
toEdif(EdifPrintWriter epw)
Convert this object to EDIF format and write it to the passed in EdifPrintWriter Object. |
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 |
|---|
protected int _integerValue
| Constructor Detail |
|---|
public ScaledInteger(int value)
value - The initial value of this IntegerTypedValue Object| Method Detail |
|---|
public boolean equals(EdifTypedValue value)
equals in interface EdifTypedValuepublic int getIntegerValue()
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 | ||||||||