Class AvailableTableWithChildren


  • public class AvailableTableWithChildren
    extends AvailableTable
    Available table for query wizard with children. Children is AvailableTable too.
    • Constructor Detail

      • AvailableTableWithChildren

        public AvailableTableWithChildren​(org.eclipse.emf.ecore.EReference eReference,
                                          String name)
        Constructor.
        Parameters:
        eReference - a representation of the model object, cannot be null
        name - name of the element, cannot be null
      • AvailableTableWithChildren

        public AvailableTableWithChildren​(int type,
                                          String name)
        Constructor.
        Parameters:
        type - available table type
        name - name of the element, cannot be null
    • Method Detail

      • addChild

        public void addChild​(AvailableTable table)
        Adds child item to this element
        Parameters:
        table - child item, cannot be null
      • getChildren

        public List<AvailableTable> getChildren()
        Gets children of this item
        Returns:
        children items, never null