com.sun.electric.database.variable
Class Variable.AttrKey

java.lang.Object
  extended by com.sun.electric.database.variable.Variable.Key
      extended by com.sun.electric.database.variable.Variable.AttrKey
All Implemented Interfaces:
java.lang.Comparable<Variable.Key>
Enclosing class:
Variable

public static class Variable.AttrKey
extends Variable.Key

The Key class caches attribute Variable names.


Method Summary
 boolean isAttribute()
          Method to return if this Variable.Key is a User Attribute.
 
Methods inherited from class com.sun.electric.database.variable.Variable.Key
compareTo, getName, printStatistics, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isAttribute

public boolean isAttribute()
Method to return if this Variable.Key is a User Attribute.

Overrides:
isAttribute in class Variable.Key
Returns:
true if this Variable.Key is an attribute, false otherwise.