byucc.edif
Class NewTypedValue

java.lang.Object
  extended by byucc.edif.NewTypedValue
All Implemented Interfaces:
EdifOut, java.io.Serializable
Direct Known Subclasses:
BooleanTypedValue, IntegerTypedValue, NumberTypedValue, StringTypedValue

public abstract class NewTypedValue
extends java.lang.Object
implements EdifOut, java.io.Serializable

Represents the typed value of the EDIF file

Version:
1.0, $Id: NewTypedValue.java,v 1.4 2004/08/27 19:16:42 tsa6 Exp $
Author:
Welson Sun
See Also:
Serialized Form

Constructor Summary
NewTypedValue()
           
 
Method Summary
abstract  java.lang.Object clone()
          Returns a clone or copy of the Object.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface byucc.edif.EdifOut
toEdif
 

Constructor Detail

NewTypedValue

public NewTypedValue()
Method Detail

clone

public abstract java.lang.Object clone()
Returns a clone or copy of the Object. All values are copied over, and a new Object is constructed using 'new'.

Overrides:
clone in class java.lang.Object