story.dbcore.gui
Class TreeType

java.lang.Object
  extended by story.dbcore.gui.TreeType

public class TreeType
extends java.lang.Object

Encapsulates a NodeType and a NodeRepositoryID into a single object.


Constructor Summary
TreeType(NodeType nodeType, NodeRepositoryID nodeRep)
           
 
Method Summary
 NodeType getNodeType()
           
 NodeRepositoryID getRepositoryID()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeType

public TreeType(NodeType nodeType,
                NodeRepositoryID nodeRep)
Method Detail

getNodeType

public NodeType getNodeType()

getRepositoryID

public NodeRepositoryID getRepositoryID()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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