Class ColumnNodeImpl
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.model.AbstractTreeNode
ch.tocco.nice2.dbrefactoring.impl.model.ColumnNodeImpl
- All Implemented Interfaces:
ColumnNode,TreeNode
-
Constructor Summary
ConstructorsConstructorDescriptionColumnNodeImpl(ModelElementNode.Entity parent, ModelColumnInfo columnInfo, DataModelSupport dataModelSupport) -
Method Summary
Methods inherited from class ch.tocco.nice2.dbrefactoring.impl.model.AbstractTreeNode
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
visitChildren, visitChildren, visitParents, visitParents
-
Constructor Details
-
ColumnNodeImpl
public ColumnNodeImpl(ModelElementNode.Entity parent, ModelColumnInfo columnInfo, DataModelSupport dataModelSupport)
-
-
Method Details
-
getColumnInfo
- Specified by:
getColumnInfoin interfaceColumnNode
-
getParentNode
- Specified by:
getParentNodein interfaceColumnNode- Specified by:
getParentNodein interfaceTreeNode- Overrides:
getParentNodein classAbstractTreeNode
-
getShortDescription
- Specified by:
getShortDescriptionin interfaceTreeNode
-
getChildren
- Specified by:
getChildrenin interfaceTreeNode- Overrides:
getChildrenin classAbstractTreeNode
-
getName
- Specified by:
getNamein interfaceTreeNode- Overrides:
getNamein classAbstractTreeNode
-
toString
-