com.sun.electric.technology
Class Xml.PrimitiveNode

java.lang.Object
  extended by com.sun.electric.technology.Xml.PrimitiveNode
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Xml

public static class Xml.PrimitiveNode
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 PrimitiveNode.Function function
           
 boolean highVt
           
 boolean lowVt
           
 java.lang.String name
           
 boolean nativeBit
           
 boolean od18
           
 boolean od25
           
 boolean od33
           
 java.lang.String oldName
           
 
Constructor Summary
Xml.PrimitiveNode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

function

public PrimitiveNode.Function function

oldName

public java.lang.String oldName

lowVt

public boolean lowVt

highVt

public boolean highVt

nativeBit

public boolean nativeBit

od18

public boolean od18

od25

public boolean od25

od33

public boolean od33
Constructor Detail

Xml.PrimitiveNode

public Xml.PrimitiveNode()