story.dbcore.misc
Class NodeRepositoryID

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

public class NodeRepositoryID
extends GenericID

Extension of GenericID that semantically represents the ID of a NodeRepository.


Field Summary
static NodeRepositoryID ALL_REPOSITORIES
           
 
Constructor Summary
NodeRepositoryID(java.lang.String name)
           
NodeRepositoryID(java.lang.String name, boolean overrider)
          Crashes in case of error
 
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
 

Field Detail

ALL_REPOSITORIES

public static NodeRepositoryID ALL_REPOSITORIES
Constructor Detail

NodeRepositoryID

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

NodeRepositoryID

public NodeRepositoryID(java.lang.String name,
                        boolean overrider)
Crashes in case of error

Method Detail

toString

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


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