story.dbcore.misc
Class AttributeID
java.lang.Object
story.dbcore.misc.GenericID
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
toString
public java.lang.String toString()
- Specified by:
toString
in class GenericID
Copyright © 2011 David K. Elson. All Rights Reserved.