org.jtheque.metrics.view.impl.model
Interface Element

All Known Implementing Classes:
AbstractResultTreeTableNode, ClassLinesOfCodeNode, ClassLinesOfCommentNode, ClassPhysicalLinesNode, ConstructorLinesOfCodeNode, ConstructorLinesOfCommentNode, ConstructorPhysicalLinesNode, ConstructorsLinesOfCodeNode, ConstructorsLinesOfCommentNode, ConstructorsPhysicalLinesNode, LinesOfCodeRootNode, LinesOfCommentRootNode, MethodLinesOfCodeNode, MethodLinesOfCommentNode, MethodPhysicalLinesNode, MethodsLinesOfCodeNode, MethodsLinesOfCommentNode, MethodsPhysicalLinesNode, MetricsRootNode, PackageLinesOfCodeNode, PackageLinesOfCommentNode, PackagePhysicalLinesNode, PhysicalLinesRootNode, ProjectLinesOfCodeNode, ProjectLinesOfCommentNode, ProjectPhysicalLinesNode

public interface Element

An element of the tree table.

Author:
Baptiste Wicht

Method Summary
 String getName()
          Return the name of the element.
 

Method Detail

getName

String getName()
Return the name of the element.

Returns:
The name of the element.


Copyright © 2010 JTheque. All Rights Reserved.