Interface ModelElementNode.Entity

All Superinterfaces:
ModelElementNode, TreeNode
All Known Implementing Classes:
EntityNodeImpl
Enclosing interface:
ModelElementNode

public static interface ModelElementNode.Entity extends ModelElementNode
  • Method Details

    • getEntityModel

      EntityModel getEntityModel()
      Returns:
      the entity model this node represents
    • getChildren

      List<ColumnNode> getChildren()
      Specified by:
      getChildren in interface TreeNode
      Returns:
      all column (fields an 1:n relations) of this entity
    • isExtended

      boolean isExtended()
      Returns:
      whether this entity is extending an existing entity from another module
    • getOriginatingModule

      String getOriginatingModule()
      Returns:
      the module name that originally defined this entity in the first place