Class ModuleNodeImpl
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.model.AbstractTreeNode
ch.tocco.nice2.dbrefactoring.impl.model.ModuleNodeImpl
- All Implemented Interfaces:
ModuleNode
,TreeNode
-
Constructor Summary
ConstructorDescriptionModuleNodeImpl
(DatabaseTypeMap typeMap, RootNodeImpl parent, AppModule module) -
Method Summary
Methods inherited from class ch.tocco.nice2.dbrefactoring.impl.model.AbstractTreeNode
getParentNode, visitChildren, visitChildren, visitParents, visitParents
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.dbrefactoring.api.model.TreeNode
getParentNode, visitChildren, visitChildren, visitParents, visitParents
-
Constructor Details
-
ModuleNodeImpl
-
-
Method Details
-
getModule
- Specified by:
getModule
in interfaceModuleNode
-
getChildren
- Specified by:
getChildren
in interfaceModuleNode
- Specified by:
getChildren
in interfaceTreeNode
- Overrides:
getChildren
in classAbstractTreeNode
-
getShortDescription
- Specified by:
getShortDescription
in interfaceTreeNode
-
getName
- Specified by:
getName
in interfaceTreeNode
- Overrides:
getName
in classAbstractTreeNode
-
toString
-