Class DeleteCommand

    • Constructor Detail

      • DeleteCommand

        public DeleteCommand​(java.lang.String tableName)
        a constructor to simplifz setting the table name
        Parameters:
        tableName - the name of the table to delete
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: Command
        has to be implemented in order to return the name of the command (keyword);
        Returns:
        the name of the command (MadX keyword)
      • setTable

        public void setTable​(java.lang.String table)
      • getTable

        public java.lang.String getTable()
      • setSequence

        public void setSequence​(java.lang.String sequence)
      • getSequence

        public java.lang.String getSequence()