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
ConstructorDescriptionColumnNodeImpl
(ModelElementNode.Entity parent, ModelColumnInfo columnInfo, DataModelSupport dataModelSupport) -
Method Summary
Methods inherited from class ch.tocco.nice2.dbrefactoring.impl.model.AbstractTreeNode
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
visitChildren, visitChildren, visitParents, visitParents
-
Constructor Details
-
ColumnNodeImpl
public ColumnNodeImpl(ModelElementNode.Entity parent, ModelColumnInfo columnInfo, DataModelSupport dataModelSupport)
-
-
Method Details
-
getColumnInfo
- Specified by:
getColumnInfo
in interfaceColumnNode
-
getParentNode
- Specified by:
getParentNode
in interfaceColumnNode
- Specified by:
getParentNode
in interfaceTreeNode
- Overrides:
getParentNode
in classAbstractTreeNode
-
getShortDescription
- Specified by:
getShortDescription
in interfaceTreeNode
-
getChildren
- Specified by:
getChildren
in interfaceTreeNode
- Overrides:
getChildren
in classAbstractTreeNode
-
getName
- Specified by:
getName
in interfaceTreeNode
- Overrides:
getName
in classAbstractTreeNode
-
toString
-