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
ConstructorsConstructorDescriptionModuleNodeImpl(DatabaseTypeMap typeMap, RootNodeImpl parent, AppModule module) -
Method Summary
Methods inherited from class ch.tocco.nice2.dbrefactoring.impl.model.AbstractTreeNode
getParentNode, visitChildren, visitChildren, visitParents, visitParentsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.tocco.nice2.dbrefactoring.api.model.TreeNode
getParentNode, visitChildren, visitChildren, visitParents, visitParents
-
Constructor Details
-
ModuleNodeImpl
-
-
Method Details
-
getModule
- Specified by:
getModulein interfaceModuleNode
-
getChildren
- Specified by:
getChildrenin interfaceModuleNode- Specified by:
getChildrenin interfaceTreeNode- Overrides:
getChildrenin classAbstractTreeNode
-
getShortDescription
- Specified by:
getShortDescriptionin interfaceTreeNode
-
getName
- Specified by:
getNamein interfaceTreeNode- Overrides:
getNamein classAbstractTreeNode
-
toString
-