Class AvailableTable

    • Constructor Detail

      • AvailableTable

        public AvailableTable​(org.eclipse.emf.ecore.EReference eReference,
                              String name)
        Parameters:
        eReference - a representation of the model object
      • AvailableTable

        public AvailableTable​(int type,
                              String name)
        Parameters:
        type - - available table type
    • Method Detail

      • getName

        public String getName()
        Get available table name
        Returns:
        name of table
      • getImage

        public org.eclipse.swt.graphics.Image getImage()
        Returns:
        image for table
      • getEReference

        public org.eclipse.emf.ecore.EReference getEReference()
        Returns:
        EReference
      • getType

        public int getType()
        Get type
        Returns:
        type
      • addRealDbView

        public void addRealDbView​(DbViewElement dbView)
      • setDbViewsFromParentQuery

        public void setDbViewsFromParentQuery​(List<DbViewElement> dbViews)