story.dbcore.misc
Class AttributeID

java.lang.Object
  extended by story.dbcore.misc.GenericID
      extended by story.dbcore.misc.AttributeID
All Implemented Interfaces:
java.lang.Comparable

public class AttributeID
extends GenericID

Extension of GenericID that semantically represents the name of an attribute.


Constructor Summary
AttributeID(java.lang.String name)
           
AttributeID(java.lang.String name, boolean overrider)
          Crashes instead of throwing an exception.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class story.dbcore.misc.GenericID
compareTo, equals, maxLength, toRawString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeID

public AttributeID(java.lang.String name)
            throws Scheherexception
Throws:
Scheherexception

AttributeID

public AttributeID(java.lang.String name,
                   boolean overrider)
Crashes instead of throwing an exception.

Method Detail

toString

public java.lang.String toString()
Specified by:
toString in class GenericID


Copyright © 2011 David K. Elson. All Rights Reserved.